类 RandomStandGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.RandomStandGoal
-
嵌套类概要
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
boolean
canUse()
private void
boolean
private void
resetStandInterval
(AbstractHorse p_250439_) void
start()
从类继承的方法 net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, getServerLevel, getServerLevel, isInterruptable, reducedTickDelay, setFlags, stop, tick, toString
-
字段详细资料
-
horse
-
nextStand
private int nextStand
-
-
构造器详细资料
-
RandomStandGoal
-
-
方法详细资料
-
start
public void start() -
playStandSound
private void playStandSound() -
canContinueToUse
public boolean canContinueToUse()- 覆盖:
canContinueToUse
在类中Goal
-
canUse
public boolean canUse() -
resetStandInterval
-
requiresUpdateEveryTick
public boolean requiresUpdateEveryTick()- 覆盖:
requiresUpdateEveryTick
在类中Goal
-