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 Summary
FieldsModifier and TypeFieldDescriptionprivate static final int(package private) int - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.world.entity.animal.Bee.BaseBeeGoal
canContinueToUse, canUseMethods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString 
- 
Field Details
- 
MAX_TRAVELLING_TICKS
private static final int MAX_TRAVELLING_TICKS- See Also:
 
 - 
travellingTicks
int travellingTicks 
 - 
 - 
Constructor Details
- 
BeeGoToKnownFlowerGoal
BeeGoToKnownFlowerGoal() 
 - 
 - 
Method Details
- 
canBeeUse
public boolean canBeeUse()- Specified by:
 canBeeUsein classBee.BaseBeeGoal
 - 
canBeeContinueToUse
public boolean canBeeContinueToUse()- Specified by:
 canBeeContinueToUsein classBee.BaseBeeGoal
 - 
start
public void start() - 
stop
public void stop() - 
tick
public void tick() - 
wantsToGoToKnownFlower
private boolean wantsToGoToKnownFlower() 
 -