Uses of Class
games.stendhal.common.CollisionDetection
-
Uses of CollisionDetection in games.stendhal.client
Modifier and TypeMethodDescriptionZone.getCollision()
Get the collision map.StaticGameLayers.getCollisionDetection()
Zone.getProtection()
Get the protection map.StaticGameLayers.getProtectionDetection()
-
Uses of CollisionDetection in games.stendhal.server.core.engine
Modifier and TypeFieldDescriptionStendhalRPZone.collisionMap
contains data to if a certain area is walkable.StendhalRPZone.protectionMap
Contains data to verify is someone is in a PK-free area.