Class LongJumpMidJump
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<Mob>
net.minecraft.world.entity.ai.behavior.LongJumpMidJump
- All Implemented Interfaces:
- BehaviorControl<Mob>
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.world.entity.ai.behavior.BehaviorBehavior.Status
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final SoundEventstatic final intprivate final UniformIntFields inherited from class net.minecraft.world.entity.ai.behavior.BehaviorDEFAULT_DURATION, entryCondition
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleancanStillUse(ServerLevel p_147603_, Mob p_147604_, long p_147605_) protected voidstart(ServerLevel p_147611_, Mob p_147612_, long p_147613_) protected voidstop(ServerLevel p_147619_, Mob p_147620_, long p_147621_) Methods inherited from class net.minecraft.world.entity.ai.behavior.BehaviorcheckExtraStartConditions, debugString, doStop, getStatus, hasRequiredMemories, tick, tickOrStop, timedOut, tryStart
- 
Field Details- 
TIME_OUT_DURATIONpublic static final int TIME_OUT_DURATION- See Also:
 
- 
timeBetweenLongJumps
- 
landingSound
 
- 
- 
Constructor Details- 
LongJumpMidJump
 
- 
- 
Method Details