Package com.ardorcraft.pathfinding
Class PathNode
java.lang.Object
com.ardorcraft.pathfinding.PathNode
- All Implemented Interfaces:
Comparable<PathNode>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public final int x -
y
public final int y -
z
public final int z
-
-
Constructor Details
-
PathNode
public PathNode(int x, int y, int z)
-
-
Method Details
-
setParent
-
compareTo
- Specified by:
compareTo
in interfaceComparable<PathNode>
-
hashCode
public int hashCode() -
equals
-
getX
public int getX() -
getY
public int getY() -
getZ
public int getZ() -
getCost
public float getCost() -
toString
-