public class BeeEntity.MoveToFlowerGoal extends BeeEntity.NotAngryGoal
Goal.Control| Modifier and Type | Field and Description |
|---|---|
private int |
ticks |
| Constructor and Description |
|---|
MoveToFlowerGoal() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeeContinue() |
boolean |
canBeeStart() |
private boolean |
shouldMoveToFlower() |
void |
start() |
void |
stop() |
void |
tick() |
canStart, shouldContinuecanStop, getControls, setControls, toStringpublic boolean canBeeStart()
canBeeStart in class BeeEntity.NotAngryGoalpublic boolean canBeeContinue()
canBeeContinue in class BeeEntity.NotAngryGoalprivate boolean shouldMoveToFlower()