Class Path
java.lang.Object
net.citizensnpcs.api.astar.pathfinder.Path
- All Implemented Interfaces:
Plan
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Path
-
-
Method Details
-
getBlocks
-
getCurrentVector
-
getPath
-
isComplete
public boolean isComplete()- Specified by:
isComplete
in interfacePlan
-
run
-
toString
-
update
Description copied from interface:Plan
Updates the plan. Should be run ideally every tick.
-