Package net.minecraft.entity.passive
Class BeeEntity.FindFlowerGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.passive.BeeEntity.PassiveGoal
-
- net.minecraft.entity.passive.BeeEntity.FindFlowerGoal
-
- Enclosing class:
- BeeEntity
public class BeeEntity.FindFlowerGoal extends BeeEntity.PassiveGoal
-
-
Field Summary
Fields Modifier and Type Field Description private inttravellingTicks
-
Constructor Summary
Constructors Constructor Description FindFlowerGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanBeeContinueToUse()booleancanBeeUse()voidstart()voidstop()voidtick()private booleanwantsToGoToKnownFlower()-
Methods inherited from class net.minecraft.entity.passive.BeeEntity.PassiveGoal
canContinueToUse, canUse
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
getFlags, isInterruptable, setFlags, toString
-
-
-
-
Method Detail
-
canBeeUse
public boolean canBeeUse()
- Specified by:
canBeeUsein classBeeEntity.PassiveGoal
-
canBeeContinueToUse
public boolean canBeeContinueToUse()
- Specified by:
canBeeContinueToUsein classBeeEntity.PassiveGoal
-
wantsToGoToKnownFlower
private boolean wantsToGoToKnownFlower()
-
-