net.minecraft.entity.ai.goal

public class LookAtEntityGoal

extends Goal

un
net.minecraft.class_902
net.minecraft.entity.ai.goal.LookAtEntityGoal
net.minecraft.entity.ai.EntityAIWatchClosest

Field summary

Modifier and TypeField
private MobEntity
b
field_3520
mob
theWatcher
protected Entity
a
field_3519
targetEntity
closestEntity
private float
c
field_3521
range
maxDistanceForPlayer
private int
d
field_3522
lookTime
lookTime
private float
e
field_3523
chance
field_75331_e
private Class
f
field_3524
tagetType
watchedClass

Constructor summary

ModifierConstructor
public (MobEntity mob, Class targetType, float range)
public (MobEntity mob, Class targetType, float range, float chance)

Method summary

Modifier and TypeMethod
public boolean
a()
method_2742()
canStart()
shouldExecute()
public boolean
b()
method_2744()
shouldContinue()
continueExecuting()
public void
c()
method_2747()
start()
startExecuting()
public void
d()
method_2745()
stop()
resetTask()
public void
e()
method_2746()
tick()
updateTask()