Class Bee.BeeGoToKnownFlowerGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.animal.Bee.BaseBeeGoal
net.minecraft.world.entity.animal.Bee.BeeGoToKnownFlowerGoal
- Enclosing class:
- Bee
- 
Nested Class Summary
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final int(package private) int
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.world.entity.animal.Bee.BaseBeeGoalcanContinueToUse, canUseMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString
- 
Field Details- 
MAX_TRAVELLING_TICKSprivate static final int MAX_TRAVELLING_TICKS- See Also:
 
- 
travellingTicksint travellingTicks
 
- 
- 
Constructor Details- 
BeeGoToKnownFlowerGoalBeeGoToKnownFlowerGoal()
 
- 
- 
Method Details- 
canBeeUsepublic boolean canBeeUse()- Specified by:
- canBeeUsein class- Bee.BaseBeeGoal
 
- 
canBeeContinueToUsepublic boolean canBeeContinueToUse()- Specified by:
- canBeeContinueToUsein class- Bee.BaseBeeGoal
 
- 
startpublic void start()
- 
stoppublic void stop()
- 
tickpublic void tick()
- 
wantsToGoToKnownFlowerprivate boolean wantsToGoToKnownFlower()
 
-