Package net.minecraft.entity.passive
Class BeeEntity.EnterHiveGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.BeeEntity.NotAngryGoal
net.minecraft.entity.passive.BeeEntity.EnterHiveGoal
- Enclosing class:
- BeeEntity
class BeeEntity.EnterHiveGoal extends BeeEntity.NotAngryGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Constructor Summary
Constructors Modifier Constructor Description privateEnterHiveGoal() -
Method Summary
Modifier and Type Method Description booleancanBeeContinue()booleancanBeeStart()voidstart()Methods inherited from class net.minecraft.entity.passive.BeeEntity.NotAngryGoal
canStart, shouldContinueMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, stop, tick, toString
-
Constructor Details
-
EnterHiveGoal
private EnterHiveGoal()
-
-
Method Details
-
canBeeStart
public boolean canBeeStart()- Specified by:
canBeeStartin classBeeEntity.NotAngryGoal
-
canBeeContinue
public boolean canBeeContinue()- Specified by:
canBeeContinuein classBeeEntity.NotAngryGoal
-
start
public void start()
-