Uses of Interface
zombie.ai.astar.IPathfinder

Packages that use IPathfinder
zombie   
zombie.ai.astar   
zombie.ai.states   
zombie.behaviors.general   
zombie.characters.CharacterTimedActions   
 

Uses of IPathfinder in zombie
 

Classes in zombie that implement IPathfinder
 class VirtualZombie
           
 

Fields in zombie declared as IPathfinder
 IPathfinder PathfindManager.PathfindJob.pathfinder
           
 

Methods in zombie with parameters of type IPathfinder
 void PathfindManager.AddJob(IPathfinder pathfinder, Mover mover, int sx, int sy, int sz, int tx, int ty, int tz)
           
 void PathfindManager.AddJob(IPathfinder pathfinder, Mover mover, int sx, int sy, int sz, int tx, int ty, int tz, boolean bDoClosest)
           
 

Uses of IPathfinder in zombie.ai.astar
 

Methods in zombie.ai.astar with parameters of type IPathfinder
 AStarPathFinder.PathFindProgress AStarPathFinder.findPathSlice(int threadID, IPathfinder pathfinder, Mover mover, int sx, int sy, int sz, int tx, int ty, int tz)
           
 

Uses of IPathfinder in zombie.ai.states
 

Classes in zombie.ai.states that implement IPathfinder
 class PathFindState
           
 

Uses of IPathfinder in zombie.behaviors.general
 

Classes in zombie.behaviors.general that implement IPathfinder
 class PathFindBehavior
           
 

Uses of IPathfinder in zombie.characters.CharacterTimedActions
 

Classes in zombie.characters.CharacterTimedActions that implement IPathfinder
 class LuaTimedActionNew