net.minecraft.entity.ai.goal

public class FollowOwnerGoal

extends Goal

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

Field summary

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

Constructor summary

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

Method summary

Modifier and TypeMethod
public boolean
a()
method_2742()
canStart()
func_75250_a()
shouldExecute()
public boolean
b()
method_2744()
shouldContinue()
func_75253_b()
shouldContinueExecuting()
public void
c()
method_2747()
start()
func_75249_e()
startExecuting()
public void
d()
method_2745()
stop()
func_75251_c()
resetTask()
public void
e()
method_2746()
tick()
func_75246_d()
updateTask()
protected boolean
a(int arg0, int arg1, int arg2, int arg3, int arg4)
method_15080(int arg0, int arg1, int arg2, int arg3, int arg4)
canTeleportTo(int x, int y, int z, int dx, int dz)
func_192381_a(int arg0, int arg1, int arg2, int arg3, int arg4)
isTeleportFriendlyBlock(int x, int z, int y, int xOffset, int zOffset)