Package zombie
Class PathfindManager.PathfindJob
java.lang.Object
zombie.PathfindManager.PathfindJob
- Enclosing class:
- PathfindManager
public class PathfindManager.PathfindJob
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PathfindJob()
-
Method Summary
Modifier and Type Method Description boolean
isNotFinished(AStarPathFinder aStarPathFinder)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
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
-
pathfinder
-
finished
public volatile boolean finished -
bClosest
public boolean bClosest
-
-
Constructor Details
-
PathfindJob
public PathfindJob()
-
-
Method Details
-
isNotFinished
-