Package net.minecraft.entity.passive
Class BeeEntity.BeeWanderAroundGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.BeeEntity.BeeWanderAroundGoal
- Enclosing class:
- BeeEntity
class BeeEntity.BeeWanderAroundGoal extends Goal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Constructor Summary
Constructors Constructor Description BeeWanderAroundGoal() -
Method Summary
Modifier and Type Method Description booleancanStart()private Vec3dgetRandomLocation()booleanshouldContinue()voidstart()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, stop, tick, toString
-
Constructor Details
-
BeeWanderAroundGoal
BeeWanderAroundGoal()
-
-
Method Details