net.minecraft.world.entity.ai.goal

public class MoveTowardsTargetGoal

extends Goal

cdt
net.minecraft.world.entity.ai.goal.MoveTowardsTargetGoal
net.minecraft.class_1369
net.minecraft.entity.ai.goal.WanderNearTargetGoal
net.minecraft.world.entity.ai.goal.PathfinderGoalMoveTowardsTarget

Field summary

Modifier and TypeField
private final PathfinderMob
a
mob
field_6528
mob
private LivingEntity
b
target
field_6529
target
private double
c
wantedX
field_6527
x
private double
d
wantedY
field_6526
y
private double
e
wantedZ
field_6531
z
private final double
f
speedModifier
field_6530
speed
private final float
g
within
field_6532
maxDistance

Constructor summary

ModifierConstructor
public (PathfinderMob mob, double speed, float maxDistance)

Method summary

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