Uses of Class
org.rspeer.game.web.path.WebPath
-
Packages that use WebPath Package Description org.rspeer.game.movement org.rspeer.game.web -
-
Uses of WebPath in org.rspeer.game.movement
Methods in org.rspeer.game.movement that return WebPath Modifier and Type Method Description static WebPathMovement. getCachedPath()Deprecated. -
Uses of WebPath in org.rspeer.game.web
Methods in org.rspeer.game.web that return WebPath Modifier and Type Method Description static WebPathWeb. getCachedPath()static WebPathWeb. pathBetween(SceneNode start, SceneNode end)Requests a path from the web server Does not cache the resultstatic WebPathWeb. pathBetween(SceneNode start, Area end)static WebPathWeb. pathTo(SceneNode node)Requests a path from the web server.static WebPathWeb. pathTo(Area area)
-