Uses of Class
org.generation5.ai.AStarPathfinder

Packages that use AStarPathfinder
org.generation5.ai General AI classes including agents, pathfinders and finite-state machines. 
 

Uses of AStarPathfinder in org.generation5.ai
 

Fields in org.generation5.ai declared as AStarPathfinder
protected  AStarPathfinder AStarMap.aStar
          The pathfinder (used for drawing the routes).
 

Methods in org.generation5.ai that return AStarPathfinder
 AStarPathfinder AStarMap.getPathfinder()
          Return the pathfinder being used.
 

Methods in org.generation5.ai with parameters of type AStarPathfinder
 void AStarMap.setPathfinder(AStarPathfinder as)
          Set the pathfinder to display.
 


This documentation is part of the Generation5 JDK.