Uses of Interface
org.newdawn.slick.util.pathfinding.PathFindingContext

Packages that use PathFindingContext
org.newdawn.slick.util.pathfinding A set of classes to provide configurable A* path finding on tilebased 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.
 



Copyright © 2006 New Dawn Software. All Rights Reserved.