net.minecraft.world.entity.ai.goal

public class LookAtPlayerGoal

extends Goal

cfw
net.minecraft.world.entity.ai.goal.LookAtPlayerGoal
net.minecraft.class_1361

Field summary

Modifier and TypeField
public static final float
a
DEFAULT_PROBABILITY
field_33760
protected final Mob
b
mob
field_6486
protected Entity
c
lookAt
field_6484
protected final float
d
lookDistance
field_6482
private int
h
lookTime
field_6483
protected final float
e
probability
field_6481
private final boolean
i
onlyHorizontal
field_33761
protected final Class<? extends LivingEntity>
f
lookAtType
field_6485
protected final TargetingConditions
g
lookAtContext
field_18087

Constructor summary

ModifierConstructor
public (Mob arg0, Class<? extends LivingEntity> arg1, float arg2)
public (Mob arg0, Class<? extends LivingEntity> arg1, float arg2, float arg3)
public (Mob arg0, Class<? extends LivingEntity> arg1, float arg2, float arg3, boolean arg4)

Method summary

Modifier and TypeMethod
public boolean
b()
canUse()
method_6264()
public boolean
c()
canContinueToUse()
method_6266()
public void
d()
start()
method_6269()
public void
e()
stop()
method_6270()
public void
a()
tick()
method_6268()