net.minecraft.world.entity.ai.goal

public class FollowOwnerGoal

extends Goal

cdc
net.minecraft.world.entity.ai.goal.FollowOwnerGoal
net.minecraft.class_1350
net.minecraft.entity.ai.goal.FollowOwnerGoal
net.minecraft.world.entity.ai.goal.PathfinderGoalFollowOwner

Field summary

Modifier and TypeField
private final TamableAnimal
a
tamable
field_6448
tameable
private LivingEntity
b
owner
field_6444
owner
private final double
c
speedModifier
field_6442
speed
private final PathNavigation
d
navigation
field_6446
navigation
private int
e
timeToRecalcPath
field_6443
updateCountdownTicks
private final float
f
stopDistance
field_6450
maxDistance
private final float
g
startDistance
field_6449
minDistance
private float
h
oldWaterCost
field_6447
oldWaterPathfindingPenalty

Constructor summary

ModifierConstructor
public (TamableAnimal tameable, double speed, float minDistance, float maxDistance)

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()