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, toStringpublic abstract boolean canBeeStart()
public abstract boolean canBeeContinue()
public boolean shouldExecute()
shouldExecute in class Goalpublic boolean shouldContinueExecuting()
shouldContinueExecuting in class Goal