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 Type
    Method
    Description
    boolean
     
    void
    update(Agent agent)
    Updates the plan.
  • Method Details

    • isComplete

      boolean isComplete()
    • update

      void update(Agent agent)
      Updates the plan. Should be run ideally every tick.