Uses of Class
org.rspeer.game.coord.collision.LocalReachability
Packages that use LocalReachability
-
Uses of LocalReachability in org.rspeer.game.coord.collision
Methods in org.rspeer.game.coord.collision with parameters of type LocalReachabilityModifier and TypeMethodDescriptionstatic booleanLocalCollision.isEntityAreaWalkable(LocalReachability reachability, Coord src, SceneNode target) Determines whether any coordinate within the node'sCoordAreais walkable from the given source location.static booleanLocalCollision.isWalkable(LocalReachability reachability, Coord src, Coord target) Core reachability check.