net.minecraft.entity.ai.goal

public class FleeEntityGoal<T extends Entity>

extends Goal

ws
net.minecraft.unmapped.C_27021753
net.minecraft.entity.ai.goal.FleeEntityGoal

Field summary

Modifier and TypeField
private final com.google.common.base.Predicate<Entity>
c
f_09190497
entityFilter
protected PathFinderMobEntity
a
f_65767811
mob
private final double
d
f_84869982
speedWhenFar
private final double
e
f_86574496
speedWhenClose
protected T
b
f_67921805
target
private final float
f
f_84471843
range
private Path
g
f_49161566
path
private final PathNavigation
h
f_39369772
navigation
private final Class<T>
i
f_10857358
targetType
private final com.google.common.base.Predicate<? super T>
j
f_78866904
targetFilter

Constructor summary

ModifierConstructor
public (PathFinderMobEntity mob, Class<T> targetType, float distance, double speedWhenFar, double speedWhenClose)
public (PathFinderMobEntity mob, Class<T> targetType, com.google.common.base.Predicate<? super T> targetFilter, float distance, double speedWhenFar, double speedWhenClose)

Method summary

Modifier and TypeMethod
public boolean
a()
m_13184927()
canStart()
public boolean
b()
m_68122984()
shouldContinue()
public void
c()
m_38932409()
start()
public void
d()
m_77320506()
stop()
public void
e()
m_58078449()
tick()