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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addToWorld(AreaEntity parentAreaEntity)
activates the behaviour by adding it to an area entityvoid
sets the area entity
-
Constructor Details
-
HideAreaBehaviour
public HideAreaBehaviour()
-
-
Method Details
-
addToWorld
Description copied from interface:AreaBehaviour
activates the behaviour by adding it to an area entity- Specified by:
addToWorld
in interfaceAreaBehaviour
- Parameters:
parentAreaEntity
- area entity
-
removeFromWorld
public void removeFromWorld()Description copied from interface:AreaBehaviour
sets the area entity- Specified by:
removeFromWorld
in interfaceAreaBehaviour
-