Interface AreaBehaviour
- All Known Implementing Classes:
HideAreaBehaviour,NoLoginAreaBehaviour,NoTeleportInBehaviour,NoTeleportOutBehaviour
public interface AreaBehaviour
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddToWorld(AreaEntity parentAreaEntity) activates the behaviour by adding it to an area entityvoidsets the area entity
-
Method Details
-
addToWorld
activates the behaviour by adding it to an area entity- Parameters:
parentAreaEntity- area entity
-
removeFromWorld
void removeFromWorld()sets the area entity
-