abstract class BeeEntity.NotAngryGoal extends Goal
Goal.Control
Modifier | Constructor and Description |
---|---|
private |
NotAngryGoal() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
canBeeContinue() |
abstract boolean |
canBeeStart() |
boolean |
canStart() |
boolean |
shouldContinue() |
canStop, getControls, setControls, start, stop, tick, toString
public abstract boolean canBeeStart()
public abstract boolean canBeeContinue()
public boolean shouldContinue()
shouldContinue
in class Goal