Class AnimalPanic<E extends PathfinderMob>
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<E>
net.minecraft.world.entity.ai.behavior.AnimalPanic<E>
- All Implemented Interfaces:
BehaviorControl<E>
- Direct Known Subclasses:
ArmadilloAi.ArmadilloPanic,CamelAi.CamelPanic
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.entity.ai.behavior.Behavior
Behavior.Status -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final intprivate static final intprivate final Function<PathfinderMob, TagKey<DamageType>> private final floatFields inherited from class net.minecraft.world.entity.ai.behavior.Behavior
DEFAULT_DURATION, entryCondition -
Constructor Summary
ConstructorsConstructorDescriptionAnimalPanic(float pSpeedMultiplier) AnimalPanic(float pSpeedMultiplier, Function<PathfinderMob, TagKey<DamageType>> pPanicCausingDamageTypes) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanStillUse(ServerLevel pLevel, E pEntity, long pGameTime) protected booleancheckExtraStartConditions(ServerLevel pLevel, E pOwner) private Vec3getPanicPos(E pPathfinder, ServerLevel pLevel) lookForWater(BlockGetter pLevel, Entity pEntity) protected voidstart(ServerLevel pLevel, E pEntity, long pGameTime) protected voidstop(ServerLevel pLevel, E pEntity, long pGameTime) protected voidtick(ServerLevel pLevel, E pOwner, long pGameTime) Methods inherited from class net.minecraft.world.entity.ai.behavior.Behavior
debugString, doStop, getStatus, hasRequiredMemories, tickOrStop, timedOut, tryStart
-
Field Details
-
PANIC_MIN_DURATION
private static final int PANIC_MIN_DURATION- See Also:
-
PANIC_MAX_DURATION
private static final int PANIC_MAX_DURATION- See Also:
-
PANIC_DISTANCE_HORIZONTAL
private static final int PANIC_DISTANCE_HORIZONTAL- See Also:
-
PANIC_DISTANCE_VERTICAL
private static final int PANIC_DISTANCE_VERTICAL- See Also:
-
speedMultiplier
private final float speedMultiplier -
panicCausingDamageTypes
-
-
Constructor Details
-
AnimalPanic
public AnimalPanic(float pSpeedMultiplier) -
AnimalPanic
public AnimalPanic(float pSpeedMultiplier, Function<PathfinderMob, TagKey<DamageType>> pPanicCausingDamageTypes)
-
-
Method Details
-
checkExtraStartConditions
- Overrides:
checkExtraStartConditionsin classBehavior<E extends PathfinderMob>
-
canStillUse
- Overrides:
canStillUsein classBehavior<E extends PathfinderMob>
-
start
- Overrides:
startin classBehavior<E extends PathfinderMob>
-
stop
- Overrides:
stopin classBehavior<E extends PathfinderMob>
-
tick
- Overrides:
tickin classBehavior<E extends PathfinderMob>
-
getPanicPos
-
lookForWater
-