net.minecraft.entity.ai.goal

public class FollowOwnerGoal

extends Goal

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

Field summary

Modifier and TypeField
private final TameableEntity
tamable
field_6448
tameable
private LivingEntity
owner
field_6444
owner
private final double
speedModifier
field_6442
speed
private final EntityNavigation
navigation
field_6446
navigation
private int
timeToRecalcPath
field_6443
updateCountdownTicks
private final float
stopDistance
field_6450
maxDistance
private final float
startDistance
field_6449
minDistance
private float
oldWaterCost
field_6447
oldWaterPathfindingPenalty

Constructor summary

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

Method summary

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