Interface Goal


public interface Goal
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
    boolean
     
    default void
     
    default void
     
    default void
     
  • Method Details

    • priority

      int priority()
    • canStart

      boolean canStart()
    • shouldContinue

      boolean shouldContinue()
    • start

      default void start()
    • stop

      default void stop()
    • tick

      default void tick()