Class HideAreaBehaviour
java.lang.Object
games.stendhal.server.entity.mapstuff.area.HideAreaBehaviour
- All Implemented Interfaces:
AreaBehaviour
hides the area from the client
- Author:
- hendrik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToWorld(AreaEntity parentAreaEntity) activates the behaviour by adding it to an area entityvoidsets the area entity
-
Constructor Details
-
HideAreaBehaviour
public HideAreaBehaviour()
-
-
Method Details
-
addToWorld
Description copied from interface:AreaBehaviouractivates the behaviour by adding it to an area entity- Specified by:
addToWorldin interfaceAreaBehaviour- Parameters:
parentAreaEntity- area entity
-
removeFromWorld
public void removeFromWorld()Description copied from interface:AreaBehavioursets the area entity- Specified by:
removeFromWorldin interfaceAreaBehaviour
-