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 Summary
Modifier and TypeMethodDescriptionboolean
void
Updates the plan.
-
Method Details
-
isComplete
boolean isComplete() -
update
Updates the plan. Should be run ideally every tick.
-