Interface AreaBehaviour

All Known Implementing Classes:
HideAreaBehaviour, NoLoginAreaBehaviour, NoTeleportInBehaviour, NoTeleportOutBehaviour

public interface AreaBehaviour
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addToWorld​(AreaEntity parentAreaEntity)
    activates the behaviour by adding it to an area entity
    void
    sets the area entity
  • Method Details

    • addToWorld

      void addToWorld(AreaEntity parentAreaEntity)
      activates the behaviour by adding it to an area entity
      Parameters:
      parentAreaEntity - area entity
    • removeFromWorld

      void removeFromWorld()
      sets the area entity