Class Zone

java.lang.Object
games.stendhal.client.Zone

public class Zone extends Object
Layer data of a zone.
  • Method Details

    • getReadableName

      public String getReadableName()
      Get the user representable name of the zone.
      Returns:
      user readable name
    • getDangerLevel

      public double getDangerLevel()
      Get the zone danger level.
      Returns:
      danger level
    • getCollision

      public CollisionDetection getCollision()
      Get the collision map.
      Returns:
      collision
    • getProtection

      public CollisionDetection getProtection()
      Get the protection map.
      Returns:
      protection.