net.minecraft.entity.ai.goal

public class GoToEntityTargetGoal

extends Goal

uu
net.minecraft.class_909
net.minecraft.entity.ai.goal.GoToEntityTargetGoal
net.minecraft.entity.ai.EntityAIMoveTowardsTarget

Field summary

Modifier and TypeField
private PathFinderMobEntity
a
field_3555
entity
theEntity
private LivingEntity
b
field_6849
targetEntity
targetEntity
private double
c
field_3557
targetX
movePosX
private double
d
field_3558
targetY
movePosY
private double
e
field_3559
targetZ
movePosZ
private double
f
field_6850
speed
speed
private float
g
field_3561
maxDistance
maxTargetDistance

Constructor summary

ModifierConstructor
public (PathFinderMobEntity entity, double speed, float arg2)

Method summary

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