Interface Goal
public interface Goal
-
Method Summary
-
Method Details
-
priority
int priority() -
canStart
boolean canStart() -
shouldContinue
boolean shouldContinue() -
start
default void start() -
stop
default void stop() -
tick
default void tick()
-