Class Path.Step
java.lang.Object
zombie.ai.astar.Path.Step
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public int xThe x coordinate at the given step -
y
public int yThe y coordinate at the given step -
z
public int z
-
-
Constructor Details
-
Step
public Step(int _x, int _y, int _z) Create a new step- Parameters:
_x
- The x coordinate of the new step_y
- The y coordinate of the new step_z
-
-
Step
public Step()
-
-
Method Details
-
equals
-
getX
public int getX()get the x coordinate of the new step- Returns:
- The x coodindate of the new step
-
getY
public int getY()get the y coordinate of the new step- Returns:
- The y coodindate of the new step
-
getZ
public int getZ() -
hashCode
-