net.minecraft.entity.ai.goal

public class GoToEntityTargetGoal

extends Goal

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

Field summary

Modifier and TypeField
private final PathFinderMobEntity
a
field_3555
entity
creature
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 final double
f
field_6850
speed
speed
private final 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()
shouldContinueExecuting()
public void
d()
method_2745()
stop()
resetTask()
public void
c()
method_2747()
start()
startExecuting()