Class Swim<T extends Mob>
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<T>
net.minecraft.world.entity.ai.behavior.Swim<T>
- All Implemented Interfaces:
BehaviorControl<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.entity.ai.behavior.Behavior
Behavior.Status -
Field Summary
FieldsFields inherited from class net.minecraft.world.entity.ai.behavior.Behavior
DEFAULT_DURATION, entryCondition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanStillUse(ServerLevel pLevel, Mob pEntity, long pGameTime) protected booleancheckExtraStartConditions(ServerLevel pLevel, Mob pOwner) static <T extends Mob>
booleanshouldSwim(T pMob) protected voidtick(ServerLevel pLevel, Mob pOwner, long pGameTime) Methods inherited from class net.minecraft.world.entity.ai.behavior.Behavior
debugString, doStop, getStatus, hasRequiredMemories, start, stop, tickOrStop, timedOut, tryStart
-
Field Details
-
chance
private final float chance
-
-
Constructor Details
-
Swim
public Swim(float pChance)
-
-
Method Details