abstract class BeeEntity.PassiveGoal extends Goal
Modifier | Constructor and Description |
---|---|
private |
PassiveGoal() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
canBeeContinue() |
abstract boolean |
canBeeStart() |
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
getMutexFlags, isPreemptible, resetTask, setMutexFlags, startExecuting, tick, toString
public abstract boolean canBeeStart()
public abstract boolean canBeeContinue()
public boolean shouldExecute()
shouldExecute
in class Goal
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class Goal