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 WebPath
Movement. 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 WebPath
Web. getCachedPath()
static WebPath
Web. pathBetween(SceneNode start, SceneNode end)
Requests a path from the web server Does not cache the resultstatic WebPath
Web. pathTo(SceneNode node)
Requests a path from the web server.
-