net.minecraft.world.entity.ai.goal

public class FollowOwnerGoal

extends Goal

avq
net.minecraft.world.entity.ai.goal.FollowOwnerGoal
net.minecraft.class_1350
net.minecraft.entity.ai.goal.FollowOwnerGoal
net.minecraft.entity.ai.goal.FollowOwnerGoal
net.minecraft.server.v1_16_R2.PathfinderGoalFollowOwner

Field summary

Modifier and TypeField
private final TamableAnimal
a
tamable
field_6448
tameable
field_75338_d
private LivingEntity
b
owner
field_6444
owner
field_75339_e
private final LevelReader
c
level
field_6445
world
field_75342_a
private final double
d
speedModifier
field_6442
speed
field_75336_f
private final PathNavigation
e
navigation
field_6446
navigation
field_75337_g
private int
f
timeToRecalcPath
field_6443
updateCountdownTicks
field_75343_h
private final float
g
stopDistance
field_6450
maxDistance
field_75340_b
private final float
h
startDistance
field_6449
minDistance
field_75341_c
private float
i
oldWaterCost
field_6447
oldWaterPathfindingPenalty
field_75344_i
private final boolean
j
canFly
field_21078
leavesAllowed
field_226326_j_

Constructor summary

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

Method summary

Modifier and TypeMethod
public boolean
a()
canUse()
method_6264()
canStart()
func_75250_a()
public boolean
b()
canContinueToUse()
method_6266()
shouldContinue()
func_75253_b()
public void
c()
start()
method_6269()
start()
func_75249_e()
public void
d()
stop()
method_6270()
stop()
func_75251_c()
public void
e()
tick()
method_6268()
tick()
func_75246_d()
private void
g()
teleportToOwner()
method_23345()
tryTeleport()
func_226330_g_()
private boolean
a(int arg0, int arg1, int arg2)
maybeTeleportTo(int arg0, int arg1, int arg2)
method_23343(int arg0, int arg1, int arg2)
tryTeleportTo(int x, int y, int z)
func_226328_a_(int arg0, int arg1, int arg2)
private boolean
a(fx arg0)
canTeleportTo(BlockPos arg0)
method_23344(class_2338 arg0)
canTeleportTo(BlockPos pos)
func_226329_a_(BlockPos arg0)
private int
a(int arg0, int arg1)
randomIntInclusive(int arg0, int arg1)
method_23342(int arg0, int arg1)
getRandomInt(int min, int max)
func_226327_a_(int arg0, int arg1)