|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Path | |
|---|---|
| org.newdawn.slick.util.pathfinding | A set of classes to provide configurable A* path finding on tilebased maps |
| Uses of Path in org.newdawn.slick.util.pathfinding |
|---|
| Methods in org.newdawn.slick.util.pathfinding that return Path | |
|---|---|
Path |
PathFinder.findPath(Mover mover,
int sx,
int sy,
int tx,
int ty)
Find a path from the starting location provided (sx,sy) to the target location (tx,ty) avoiding blockages and attempting to honour costs provided by the tile map. |
Path |
AStarPathFinder.findPath(Mover mover,
int sx,
int sy,
int tx,
int ty)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||