类 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
- 封闭类:
Bee
-
嵌套类概要
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraft.world.entity.animal.Bee.BaseBeeGoal
canContinueToUse, canUse
从类继承的方法 net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, getServerLevel, getServerLevel, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString
-
字段详细资料
-
MAX_TRAVELLING_TICKS
private static final int MAX_TRAVELLING_TICKS- 另请参阅:
-
travellingTicks
int travellingTicks
-
-
构造器详细资料
-
BeeGoToKnownFlowerGoal
BeeGoToKnownFlowerGoal()
-
-
方法详细资料
-
canBeeUse
public boolean canBeeUse()- 指定者:
canBeeUse
在类中Bee.BaseBeeGoal
-
canBeeContinueToUse
public boolean canBeeContinueToUse()- 指定者:
canBeeContinueToUse
在类中Bee.BaseBeeGoal
-
start
public void start() -
stop
public void stop() -
tick
public void tick() -
wantsToGoToKnownFlower
private boolean wantsToGoToKnownFlower()
-