Uses of Package
org.newdawn.slick.util.pathfinding

Packages that use org.newdawn.slick.util.pathfinding
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.heuristics   
org.newdawn.slick.util.pathfinding.navmesh   
 

Classes in org.newdawn.slick.util.pathfinding used by org.newdawn.slick.tests
Mover
          A tagging interface for an object representing the entity in the game that is going to moving along the path.
PathFindingContext
          The context describing the current path finding state
 

Classes in org.newdawn.slick.util.pathfinding used by org.newdawn.slick.util.pathfinding
AStarHeuristic
          The description of a class providing a cost for a given tile based on a target location and entity being moved.
Mover
          A tagging interface for an object representing the entity in the game that is going to moving along the path.
Path
          A path determined by some path finding algorithm.
Path.Step
          A single step within the path
PathFinder
          A description of an implementation that can find a path from one location on a tile map to another based on information provided by that tile map.
PathFindingContext
          The context describing the current path finding state
TileBasedMap
          The description for the data we're pathfinding over.
 

Classes in org.newdawn.slick.util.pathfinding used by org.newdawn.slick.util.pathfinding.heuristics
AStarHeuristic
          The description of a class providing a cost for a given tile based on a target location and entity being moved.
Mover
          A tagging interface for an object representing the entity in the game that is going to moving along the path.
TileBasedMap
          The description for the data we're pathfinding over.
 

Classes in org.newdawn.slick.util.pathfinding used by org.newdawn.slick.util.pathfinding.navmesh
Mover
          A tagging interface for an object representing the entity in the game that is going to moving along the path.
PathFindingContext
          The context describing the current path finding state
TileBasedMap
          The description for the data we're pathfinding over.
 



Copyright © 2006 New Dawn Software. All Rights Reserved.