Package net.citizensnpcs.api.astar
Interface Plan
- All Known Implementing Classes:
- Path
public interface Plan
An abstract plan returned by the 
AStarGoal that should be run until completion.- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidUpdates the plan.
- 
Method Details- 
isCompleteboolean isComplete()
- 
updateUpdates the plan. Should be run ideally every tick.
 
-