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 private
EnterHiveGoal()
-
Method Summary
Modifier and Type Method Description boolean
canBeeContinue()
boolean
canBeeStart()
void
start()
Methods inherited from class net.minecraft.entity.passive.BeeEntity.NotAngryGoal
canStart, shouldContinue
Methods 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:
canBeeStart
in classBeeEntity.NotAngryGoal
-
canBeeContinue
public boolean canBeeContinue()- Specified by:
canBeeContinue
in classBeeEntity.NotAngryGoal
-
start
public void start()
-