class BeeEntity.UpdateBeehiveGoal extends BeeEntity.PassiveGoal
Modifier | Constructor and Description |
---|---|
private |
UpdateBeehiveGoal() |
Modifier and Type | Method and Description |
---|---|
boolean |
canBeeContinue() |
boolean |
canBeeStart() |
private java.util.List<BlockPos> |
getNearbyFreeHives() |
void |
startExecuting() |
shouldContinueExecuting, shouldExecute
getMutexFlags, isPreemptible, resetTask, setMutexFlags, tick, 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 java.util.List<BlockPos> getNearbyFreeHives()