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