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 int
private static final int
private static final int
private static final int
private final Function
<PathfinderMob, TagKey<DamageType>> private final float
Fields inherited from class net.minecraft.world.entity.ai.behavior.Behavior
DEFAULT_DURATION, entryCondition
-
Constructor Summary
ConstructorsConstructorDescriptionAnimalPanic
(float speedMultiplier) AnimalPanic
(float speedMultiplier, Function<PathfinderMob, TagKey<DamageType>> panicCausingDamageTypes) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
canStillUse
(ServerLevel level, E entity, long gameTime) protected boolean
checkExtraStartConditions
(ServerLevel level, E owner) private Vec3
getPanicPos
(E pathfinder, ServerLevel level) lookForWater
(BlockGetter level, Entity entity) protected void
start
(ServerLevel level, E entity, long gameTime) protected void
stop
(ServerLevel level, E entity, long gameTime) protected void
tick
(ServerLevel level, E owner, long gameTime) 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 speedMultiplier) -
AnimalPanic
public AnimalPanic(float speedMultiplier, Function<PathfinderMob, TagKey<DamageType>> panicCausingDamageTypes)
-
-
Method Details
-
checkExtraStartConditions
- Overrides:
checkExtraStartConditions
in classBehavior<E extends PathfinderMob>
-
canStillUse
- Overrides:
canStillUse
in classBehavior<E extends PathfinderMob>
-
start
- Overrides:
start
in classBehavior<E extends PathfinderMob>
-
stop
- Overrides:
stop
in classBehavior<E extends PathfinderMob>
-
tick
- Overrides:
tick
in classBehavior<E extends PathfinderMob>
-
getPanicPos
-
lookForWater
-