Class AStarNode
java.lang.Object
net.citizensnpcs.api.astar.AStarNode
- All Implemented Interfaces:
Comparable<AStarNode>
- Direct Known Subclasses:
VectorNode
-
Constructor Details
-
AStarNode
-
-
Method Details
-
buildPlan
-
compareTo
- Specified by:
compareToin interfaceComparable<AStarNode>
-
equals
-
getNeighbours
-
getParent
-
getPathCost
protected float getPathCost() -
hashCode
-
orderedPath
-