Package games.stendhal.client
Class Zone
java.lang.Object
games.stendhal.client.Zone
Layer data of a zone.
-
Method Summary
Modifier and TypeMethodDescriptionGet the collision map.double
Get the zone danger level.Get the protection map.Get the user representable name of the zone.
-
Method Details
-
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
Get the collision map.- Returns:
- collision
-
getProtection
Get the protection map.- Returns:
- protection.
-