|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzombie.PathfindManager.PathfindJob
public class PathfindManager.PathfindJob
| 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 |
|---|
public int sx
public int sy
public int sz
public int tx
public int ty
public int tz
public Mover mover
public IPathfinder pathfinder
public boolean finished
public boolean bClosest
| Constructor Detail |
|---|
public PathfindManager.PathfindJob()
| Method Detail |
|---|
public boolean isNotFinished(AStarPathFinder finder)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||