net.minecraft.entity.ai.goal

public class GoToEntityTargetGoal

extends Goal

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

Field summary

Modifier and TypeField
private final PathFinderMobEntity
a
field_3555
entity
field_75431_a
creature
private LivingEntity
b
field_6849
targetEntity
field_75429_b
targetEntity
private double
c
field_3557
targetX
field_75430_c
movePosX
private double
d
field_3558
targetY
field_75427_d
movePosY
private double
e
field_3559
targetZ
field_75428_e
movePosZ
private final double
f
field_6850
speed
field_75425_f
speed
private final float
g
field_3561
maxDistance
field_75426_g
maxTargetDistance

Constructor summary

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

Method summary

Modifier and TypeMethod
public boolean
a()
method_2742()
canStart()
func_75250_a()
shouldExecute()
public boolean
b()
method_2744()
shouldContinue()
func_75253_b()
shouldContinueExecuting()
public void
d()
method_2745()
stop()
func_75251_c()
resetTask()
public void
c()
method_2747()
start()
func_75249_e()
startExecuting()