net.minecraft.entity.ai.goal

public abstract class MoveToTargetPosGoal

extends Goal

apq
net.minecraft.world.entity.ai.goal.MoveToBlockGoal
net.minecraft.class_1367
net.minecraft.entity.ai.goal.MoveToTargetPosGoal
net.minecraft.unmapped.C_nrmdixvo
net.minecraft.entity.ai.goal.MoveToBlockGoal
net.minecraft.entity.ai.goal.MoveToBlockGoal

Field summary

Modifier and TypeField
protected final MobEntityWithAi
a
mob
field_6516
mob
f_izjqupbn
field_179495_c
creature
public final double
b
speedModifier
field_6514
speed
f_vlqpqsuu
field_179492_d
movementSpeed
protected int
c
nextStartTick
field_6518
cooldown
f_xqnfzcpp
field_179496_a
runDelay
protected int
d
tryTicks
field_6517
tryingTime
f_jkpcxsih
field_179493_e
timeoutCounter
private int
g
maxStayTicks
field_6511
safeWaitingTime
f_jaxznzlg
field_179490_f
maxStayTicks
protected BlockPos
e
blockPos
field_6512
targetPos
f_kvpqgvse
field_179494_b
destinationBlock
private boolean
h
reachedTarget
field_6513
reached
f_ofebijtv
field_179491_g
isAboveDestination
private final int
i
searchRange
field_6510
range
f_maekguer
field_179497_h
searchLength
private final int
j
verticalSearchRange
field_6519
maxYDifference
f_hjopccat
field_203113_j
field_203113_j
protected int
f
verticalSearchStart
field_6515
lowestY
f_fdpngtkb
field_203112_e
field_203112_e

Constructor summary

ModifierConstructor
public (MobEntityWithAi mob, double speed, int range)
public (MobEntityWithAi mob, double speed, int range, int maxYDifference)

Method summary

Modifier and TypeMethod
public boolean
a()
canUse()
method_6264()
canStart()
m_njsjilur()
func_75250_a()
shouldExecute()
protected int
a(ald arg0)
nextStartTick(PathfinderMob arg0)
method_6293(class_1314 arg0)
getInterval(MobEntityWithAi mob)
m_dmkliafm(C_hqdayibh arg0)
func_203109_a(CreatureEntity arg0)
getRunDelay(CreatureEntity creatureIn)
public boolean
b()
canContinueToUse()
method_6266()
shouldContinue()
m_trsyngvn()
func_75253_b()
shouldContinueExecuting()
public void
c()
start()
method_6269()
start()
m_koalcxuy()
func_75249_e()
startExecuting()
protected void
g()
moveMobToBlock()
method_6290()
startMovingToTarget()
m_ldtscsyy()
func_220725_g()
func_220725_g()
public double
h()
acceptedDistance()
method_6291()
getDesiredSquaredDistanceToTarget()
m_iywtlnzt()
func_203110_f()
getTargetDistanceSq()
public void
e()
tick()
method_6268()
tick()
m_nfnryldq()
func_75246_d()
tick()
public boolean
j()
shouldRecalculatePath()
method_6294()
shouldResetPath()
m_anivbagu()
func_203108_i()
shouldMove()
protected boolean
k()
isReachedTarget()
method_6295()
hasReached()
m_tzzlyobh()
func_179487_f()
getIsAboveDestination()
protected boolean
l()
findNearestBlock()
method_6292()
findTargetPos()
m_icqasnmi()
func_179489_g()
searchForDestination()
protected abstract boolean
a(bjw arg0, fk arg1)
isValidTarget(LevelReader arg0, BlockPos arg1)
method_6296(class_4538 arg0, class_2338 arg1)
isTargetPos(WorldView world, BlockPos pos)
m_hmtgecbg(C_eemzphbi arg0, C_hynzadkk arg1)
func_179488_a(IWorldReader arg0, BlockPos arg1)
shouldMoveTo(IWorldReader worldIn, BlockPos pos)