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 SummaryNested classes/interfaces inherited from class net.minecraft.world.entity.ai.behavior.BehaviorBehavior.Status
- 
Field SummaryFields inherited from class net.minecraft.world.entity.ai.behavior.BehaviorDEFAULT_DURATION, entryCondition
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.BehaviorcanStillUse, debugString, doStop, getStatus, hasRequiredMemories, stop, tick, tickOrStop, timedOut, tryStart
- 
Constructor Details- 
ForceUnmountpublic ForceUnmount()
 
- 
- 
Method Details- 
checkExtraStartConditions- Overrides:
- checkExtraStartConditionsin class- Behavior<LivingEntity>
 
- 
start- Overrides:
- startin class- Behavior<LivingEntity>
 
 
-