net.minecraft.world.entity.ai.goal

public class FollowParentGoal

extends Goal

cdd
net.minecraft.world.entity.ai.goal.FollowParentGoal
net.minecraft.class_1353
net.minecraft.entity.ai.goal.FollowParentGoal
net.minecraft.world.entity.ai.goal.PathfinderGoalFollowParent

Field summary

Modifier and TypeField
public static final int
a
HORIZONTAL_SCAN_RANGE
field_30209
HORIZONTAL_CHECK_RANGE
public static final int
b
VERTICAL_SCAN_RANGE
field_30210
VERTICAL_CHECK_RANGE
public static final int
c
DONT_FOLLOW_IF_CLOSER_THAN
field_30211
MIN_DISTANCE
private final Animal
d
animal
field_6455
animal
private Animal
e
parent
field_6452
parent
private final double
f
speedModifier
field_6453
speed
private int
g
timeToRecalcPath
field_6454
delay

Constructor summary

ModifierConstructor
public (Animal animal, double speed)

Method summary

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