Class HideAreaBehaviour

java.lang.Object
games.stendhal.server.entity.mapstuff.area.HideAreaBehaviour
All Implemented Interfaces:
AreaBehaviour

public class HideAreaBehaviour extends Object implements AreaBehaviour
hides the area from the client
Author:
hendrik
  • Constructor Details

    • HideAreaBehaviour

      public HideAreaBehaviour()
  • Method Details

    • addToWorld

      public void addToWorld(AreaEntity parentAreaEntity)
      Description copied from interface: AreaBehaviour
      activates the behaviour by adding it to an area entity
      Specified by:
      addToWorld in interface AreaBehaviour
      Parameters:
      parentAreaEntity - area entity
    • removeFromWorld

      public void removeFromWorld()
      Description copied from interface: AreaBehaviour
      sets the area entity
      Specified by:
      removeFromWorld in interface AreaBehaviour