Methods in zombie.ai.astar that return AStarPathFinder.PathFindProgress |
AStarPathFinder.PathFindProgress |
AStarPathFinder.Cycle(int threadID)
|
AStarPathFinder.PathFindProgress |
AStarPathFinder.Cycle(int threadID,
PathfindManager.PathfindJob job)
|
AStarPathFinder.PathFindProgress |
AStarPathFinder.findPathActual(Mover mover,
int sx,
int sy,
int sz,
int tx,
int ty,
int tz)
|
AStarPathFinder.PathFindProgress |
AStarPathFinder.findPathActual(Mover mover,
int sx,
int sy,
int sz,
int tx,
int ty,
int tz,
boolean bClosest)
|
AStarPathFinder.PathFindProgress |
AStarPathFinder.findPathSlice(int threadID,
IPathfinder pathfinder,
Mover mover,
int sx,
int sy,
int sz,
int tx,
int ty,
int tz)
|
static AStarPathFinder.PathFindProgress |
AStarPathFinder.PathFindProgress.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AStarPathFinder.PathFindProgress[] |
AStarPathFinder.PathFindProgress.values()
Returns an array containing the constants of this enum type, in
the order they are declared. |