Uses of Class
zombie.ai.astar.AStarPathMap

Packages that use AStarPathMap
zombie   
zombie.ai.astar   
zombie.iso   
 

Uses of AStarPathMap in zombie
 

Fields in zombie declared as AStarPathMap
 AStarPathMap PathfindManager.PathfindThread.map
           
 

Uses of AStarPathMap in zombie.ai.astar
 

Constructors in zombie.ai.astar with parameters of type AStarPathMap
AStarPathFinder(IsoGameCharacter character, AStarPathMap finder, int maxSearchDistance, boolean allowDiagMovement, AStarHeuristic heuristic)
           
 

Uses of AStarPathMap in zombie.iso
 

Fields in zombie.iso declared as AStarPathMap
 AStarPathMap IsoCell.PathMap
           
 

Methods in zombie.iso that return AStarPathMap
 AStarPathMap IsoCell.getPathMap()
           
 

Methods in zombie.iso with parameters of type AStarPathMap
 void IsoCell.setPathMap(AStarPathMap PathMap)