类 ForceUnmount
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<LivingEntity>
net.minecraft.world.entity.ai.behavior.warden.ForceUnmount
- 所有已实现的接口:
BehaviorControl<LivingEntity>
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.world.entity.ai.behavior.Behavior
Behavior.Status
-
字段概要
从类继承的字段 net.minecraft.world.entity.ai.behavior.Behavior
DEFAULT_DURATION, entryCondition
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected boolean
checkExtraStartConditions
(ServerLevel p_238424_, LivingEntity p_238425_) protected void
start
(ServerLevel p_238410_, LivingEntity p_238411_, long p_238412_) 从类继承的方法 net.minecraft.world.entity.ai.behavior.Behavior
canStillUse, debugString, doStop, getStatus, hasRequiredMemories, stop, tick, tickOrStop, timedOut, tryStart
-
构造器详细资料
-
ForceUnmount
public ForceUnmount()
-
-
方法详细资料
-
checkExtraStartConditions
-
start
- 覆盖:
start
在类中Behavior<LivingEntity>
-