net.minecraft.entity.ai.goal

public class FleeEntityGoal<T extends LivingEntity>

extends Goal

amd
net.minecraft.class_1338
net.minecraft.entity.ai.goal.FleeEntityGoal
net.minecraft.entity.ai.goal.AvoidEntityGoal
net.minecraft.entity.ai.goal.AvoidEntityGoal

Field summary

Modifier and TypeField
protected final PathFinderMobEntity
a
field_6391
mob
field_75380_a
entity
private final double
i
field_6385
speedWhenFar
field_75378_b
farSpeed
private final double
j
field_6395
speedWhenClose
field_75379_c
nearSpeed
protected T
b
field_6390
target
field_75376_d
field_75376_d
protected final float
c
field_6386
range
field_179508_f
avoidDistance
protected Path
d
field_6387
path
field_75374_f
path
protected final PathNavigation
e
field_6394
navigation
field_75375_g
navigation
protected final Class<T>
f
field_6392
targetType
field_181064_i
classToAvoid
protected final Predicate<LivingEntity>
g
field_6393
targetFilter
field_179510_i
avoidTargetSelector
protected final Predicate<LivingEntity>
h
field_6388
f_64177404
field_203784_k
field_203784_k
private final C_33411697
k
field_18084
f_20262232
field_220872_k
field_220872_k

Constructor summary

ModifierConstructor
public (PathFinderMobEntity mob, Class<T> targetType, float distance, double speedWhenFar, double speedWhenClose)
public (PathFinderMobEntity arg0, Class<T> arg1, Predicate<LivingEntity> arg2, float arg3, double arg4, double arg5, Predicate<LivingEntity> arg6)
public (PathFinderMobEntity arg0, Class<T> arg1, float arg2, double arg3, double arg4, Predicate<LivingEntity> arg5)

Method summary

Modifier and TypeMethod
public boolean
a()
method_6264()
canStart()
func_75250_a()
shouldExecute()
public boolean
b()
method_6266()
shouldContinue()
func_75253_b()
shouldContinueExecuting()
public void
c()
method_6269()
start()
func_75249_e()
startExecuting()
public void
d()
method_6270()
stop()
func_75251_c()
resetTask()
public void
e()
method_6268()
tick()
func_75246_d()
tick()