Package zombie.ai.astar
Class Path.Step
java.lang.Object
zombie.ai.astar.Path.Step
- Enclosing class:
- Path
public static class Path.Step
extends java.lang.Object
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
x
public int x -
y
public int y -
z
public int z
-
-
Constructor Details
-
Step
public Step(int int1, int int2, int int3) -
Step
public Step()
-
-
Method Details
-
equals
public boolean equals(java.lang.Object object)- Overrides:
equals
in classjava.lang.Object
-
getX
public int getX() -
getY
public int getY() -
getZ
public int getZ() -
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-