Class ForceUnmount
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<LivingEntity>
net.minecraft.world.entity.ai.behavior.warden.ForceUnmount
- All Implemented Interfaces:
 BehaviorControl<LivingEntity>
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.entity.ai.behavior.Behavior
Behavior.Status - 
Field Summary
Fields inherited from class net.minecraft.world.entity.ai.behavior.Behavior
DEFAULT_DURATION, entryCondition - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleancheckExtraStartConditions(ServerLevel p_238424_, LivingEntity p_238425_) protected voidstart(ServerLevel p_238410_, LivingEntity p_238411_, long p_238412_) Methods inherited from class net.minecraft.world.entity.ai.behavior.Behavior
canStillUse, debugString, doStop, getStatus, hasRequiredMemories, stop, tick, tickOrStop, timedOut, tryStart 
- 
Constructor Details
- 
ForceUnmount
public ForceUnmount() 
 - 
 - 
Method Details
- 
checkExtraStartConditions
- Overrides:
 checkExtraStartConditionsin classBehavior<LivingEntity>
 - 
start
- Overrides:
 startin classBehavior<LivingEntity>
 
 -