Uses of Class
org.rspeer.game.coord.collision.LocalReachability
-
Packages that use LocalReachability Package Description org.rspeer.game.coord.collision -
-
Uses of LocalReachability in org.rspeer.game.coord.collision
Methods in org.rspeer.game.coord.collision with parameters of type LocalReachability Modifier and Type Method Description static 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.
-