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, shouldContinue
canStop, getControls, setControls, toString
public boolean canBeeStart()
canBeeStart
in class BeeEntity.NotAngryGoal
public boolean canBeeContinue()
canBeeContinue
in class BeeEntity.NotAngryGoal
private boolean shouldMoveToFlower()