net.minecraft.world.entity.ai.behavior

public class AnimalPanic<E extends PathfinderMob>

extends Behavior<E>

All mapped superinterfaces:

BehaviorControl

bxu
net.minecraft.world.entity.ai.behavior.AnimalPanic
net.minecraft.class_6028
net.minecraft.entity.ai.brain.task.FleeTask
net.minecraft.world.entity.ai.behavior.AnimalPanic

Field summary

Modifier and TypeField
private static final int
c
PANIC_MIN_DURATION
field_30107
MIN_RUN_TIME
private static final int
d
PANIC_MAX_DURATION
field_30108
MAX_RUN_TIME
private static final int
e
PANIC_DISTANCE_HORIZONTAL
field_30109
HORIZONTAL_RANGE
private static final int
f
PANIC_DISTANCE_VERTICAL
field_30110
VERTICAL_RANGE
private final float
g
speedMultiplier
field_30111
speed
private final Function<PathfinderMob, TagKey<DamageType>>
h
panicCausingDamageTypes
field_52010
entityToDangerousDamageTypes

Constructor summary

ModifierConstructor
public (float speed)
public (float speed, Function<PathfinderMob, TagKey<DamageType>> entityToDangerousDamageTypes)

Method summary

Modifier and TypeMethod
protected boolean
a(ash arg0, E arg1)
checkExtraStartConditions(ServerLevel arg0, E arg1)
method_49487(class_3218 arg0, E arg1)
shouldRun(ServerWorld arg0, E arg1)
protected boolean
a(ash arg0, E arg1, long arg2)
canStillUse(ServerLevel arg0, E arg1, long arg2)
method_35063(class_3218 arg0, E arg1, long arg2)
shouldKeepRunning(ServerWorld arg0, E arg1, long arg2)
protected void
b(ash arg0, E arg1, long arg2)
start(ServerLevel arg0, E arg1, long arg2)
method_35064(class_3218 arg0, E arg1, long arg2)
run(ServerWorld arg0, E arg1, long arg2)
protected void
c(ash arg0, E arg1, long arg2)
stop(ServerLevel arg0, E arg1, long arg2)
method_44203(class_3218 arg0, E arg1, long arg2)
finishRunning(ServerWorld arg0, E arg1, long arg2)
protected void
d(ash arg0, E arg1, long arg2)
tick(ServerLevel arg0, E arg1, long arg2)
method_35065(class_3218 arg0, E arg1, long arg2)
keepRunning(ServerWorld arg0, E arg1, long arg2)
private Vec3
a(E arg0, ash arg1)
getPanicPos(E arg0, ServerLevel arg1)
method_39761(E arg0, class_3218 arg1)
findTarget(E entity, ServerWorld world)
private Optional<BlockPos>
a(dgn arg0, bvk arg1)
lookForWater(BlockGetter arg0, Entity arg1)
method_39762(class_1922 arg0, class_1297 arg1)
findClosestWater(BlockView world, Entity entity)