Class Path
java.lang.Object
net.citizensnpcs.api.astar.pathfinder.Path
- All Implemented Interfaces:
- Plan
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Path
 
- 
- 
Method Details- 
getBlocks
- 
getCurrentVector
- 
getPath
- 
isCompletepublic boolean isComplete()- Specified by:
- isCompletein interface- Plan
 
- 
isFinalEntrypublic boolean isFinalEntry()
- 
run
- 
toString
- 
updateDescription copied from interface:PlanUpdates the plan. Should be run ideally every tick.
 
-