|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathFindingContext | |
---|---|
org.newdawn.slick.tests | Tests for the facilities provided by the library. |
org.newdawn.slick.util.pathfinding | A set of classes to provide configurable A* path finding on tilebased maps |
org.newdawn.slick.util.pathfinding.navmesh |
Uses of PathFindingContext in org.newdawn.slick.tests |
---|
Classes in org.newdawn.slick.tests that implement PathFindingContext | |
---|---|
class |
NavMeshTest
A test to show nav-mesh generation on tile based maps. |
Uses of PathFindingContext in org.newdawn.slick.util.pathfinding |
---|
Classes in org.newdawn.slick.util.pathfinding that implement PathFindingContext | |
---|---|
class |
AStarPathFinder
A path finder implementation that uses the AStar heuristic based algorithm to determine a path. |
Methods in org.newdawn.slick.util.pathfinding with parameters of type PathFindingContext | |
---|---|
boolean |
TileBasedMap.blocked(PathFindingContext context,
int tx,
int ty)
Check if the given location is blocked, i.e. |
float |
TileBasedMap.getCost(PathFindingContext context,
int tx,
int ty)
Get the cost of moving through the given tile. |
Uses of PathFindingContext in org.newdawn.slick.util.pathfinding.navmesh |
---|
Classes in org.newdawn.slick.util.pathfinding.navmesh that implement PathFindingContext | |
---|---|
class |
NavMeshBuilder
The builder responsible for converting a tile based map into a navigation mesh |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |