Uses of Class
org.newdawn.slick.util.pathfinding.Path

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)
           
 



Copyright © 2006 New Dawn Software. All Rights Reserved.