net.minecraft.entity.ai.goal

public class FollowOwnerGoal

extends Goal

ug
net.minecraft.class_894
net.minecraft.entity.ai.goal.FollowOwnerGoal
net.minecraft.entity.ai.EntityAIFollowOwner

Field summary

Modifier and TypeField
private final TameableEntity
d
field_3495
pet
tameable
private LivingEntity
e
field_6841
owner
owner
World
a
field_3492
world
world
private final double
f
field_6842
speed
followSpeed
private final PathNavigation
g
field_3498
navigation
petPathfinder
private int
h
field_3499
updateTimer
timeToRecalcPath
float
b
field_3493
maxDistance
maxDist
float
c
field_3494
minDistance
minDist
private float
i
field_14576
oldWaterWeight
oldWaterCost

Constructor summary

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

Method summary

Modifier and TypeMethod
public boolean
a()
method_2742()
canStart()
shouldExecute()
public boolean
b()
method_2744()
shouldContinue()
shouldContinueExecuting()
public void
c()
method_2747()
start()
startExecuting()
public void
d()
method_2745()
stop()
resetTask()
private boolean
a(co arg0)
method_11008(class_2552 arg0)
canTeleportTo(BlockPos pos)
isEmptyBlock(BlockPos pos)
public void
e()
method_2746()
tick()
updateTask()