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
Modifier and TypeFieldDescriptionprivate static final int
(package private) int
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.world.entity.animal.Bee.BaseBeeGoal
canContinueToUse, canUse
Methods 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:
canBeeUse
in classBee.BaseBeeGoal
-
canBeeContinueToUse
public boolean canBeeContinueToUse()- Specified by:
canBeeContinueToUse
in classBee.BaseBeeGoal
-
start
public void start() -
stop
public void stop() -
tick
public void tick() -
wantsToGoToKnownFlower
private boolean wantsToGoToKnownFlower()
-