zombie
Class PathfindManager.PathfindJob

java.lang.Object
  extended by zombie.PathfindManager.PathfindJob
Enclosing class:
PathfindManager

public class PathfindManager.PathfindJob
extends java.lang.Object


Field Summary
 boolean bClosest
           
 boolean finished
           
 Mover mover
           
 IPathfinder pathfinder
           
 int sx
           
 int sy
           
 int sz
           
 int tx
           
 int ty
           
 int tz
           
 
Constructor Summary
PathfindManager.PathfindJob()
           
 
Method Summary
 boolean isNotFinished(AStarPathFinder finder)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sx

public int sx

sy

public int sy

sz

public int sz

tx

public int tx

ty

public int ty

tz

public int tz

mover

public Mover mover

pathfinder

public IPathfinder pathfinder

finished

public boolean finished

bClosest

public boolean bClosest
Constructor Detail

PathfindManager.PathfindJob

public PathfindManager.PathfindJob()
Method Detail

isNotFinished

public boolean isNotFinished(AStarPathFinder finder)