类 PlayDead
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<Axolotl>
net.minecraft.world.entity.animal.axolotl.PlayDead
- 所有已实现的接口:
BehaviorControl<Axolotl>
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.world.entity.ai.behavior.Behavior
Behavior.Status
-
字段概要
从类继承的字段 net.minecraft.world.entity.ai.behavior.Behavior
DEFAULT_DURATION, entryCondition
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected boolean
canStillUse
(ServerLevel p_149322_, Axolotl p_149323_, long p_149324_) protected boolean
checkExtraStartConditions
(ServerLevel p_149319_, Axolotl p_149320_) protected void
start
(ServerLevel p_149330_, Axolotl p_149331_, long p_149332_) 从类继承的方法 net.minecraft.world.entity.ai.behavior.Behavior
debugString, doStop, getStatus, hasRequiredMemories, stop, tick, tickOrStop, timedOut, tryStart
-
构造器详细资料
-
PlayDead
public PlayDead()
-
-
方法详细资料
-
checkExtraStartConditions
- 覆盖:
checkExtraStartConditions
在类中Behavior<Axolotl>
-
canStillUse
- 覆盖:
canStillUse
在类中Behavior<Axolotl>
-
start
-