net.minecraft.entity.ai.pathing

public class Path

cxd
net.minecraft.world.level.pathfinder.Path
net.minecraft.class_11
net.minecraft.entity.ai.pathing.Path
net.minecraft.unmapped.C_motipebf
net.minecraft.pathfinding.Path
net.minecraft.pathfinding.Path

Field summary

Modifier and TypeField
private final List<PathNode>
a
nodes
field_52
nodes
f_iskunwgy
field_75884_a
points
private PathNode[]
b
openSet
field_57
field_57
f_pmnxyxki
field_186312_b
openSet
private PathNode[]
c
closedSet
field_55
field_55
f_fjmmuosi
field_186313_c
closedSet
private int
e
nextNodeIndex
field_54
currentNodeIndex
f_qymekvni
field_75882_b
currentPathIndex
private final BlockPos
f
target
field_20301
target
f_gtrjknql
field_186314_d
target
private final float
g
distToTarget
field_20302
manhattanDistanceFromTarget
f_zqhunaek
field_224773_g
field_224773_g
private final boolean
h
reached
field_20303
reachesTarget
f_nlmhykwe
field_224774_h
reachesTargetFlag
private Set<TargetPathNode>
d
targetNodes
field_20300
field_20300
f_ufpjyhec
field_224772_d
targetPoints

Constructor summary

ModifierConstructor
public (List<PathNode> nodes, BlockPos target, boolean reachesTarget)

Method summary

Modifier and TypeMethod
public void
a()
advance()
method_44()
next()
m_fozyqubv()
func_75875_a()
incrementPathIndex()
public boolean
b()
notStarted()
method_30849()
method_30849()
m_mnggizoj()
func_242945_b()
func_242945_b()
public boolean
c()
isDone()
method_46()
isFinished()
m_xritjbdy()
func_75879_b()
isFinished()
public PathNode
d()
getEndNode()
method_45()
getEnd()
m_axvllcxp()
func_75870_c()
getFinalPathPoint()
public PathNode
a(int arg0)
getNode(int arg0)
method_40(int arg0)
getNode(int index)
m_zpquswci(int arg0)
func_75877_a(int arg0)
getPathPointFromIndex(int index)
public void
b(int arg0)
truncateNodes(int arg0)
method_36(int arg0)
setLength(int length)
m_tecngvhl(int arg0)
func_215747_b(int arg0)
setCurrentPathLength(int length)
public void
a(int arg0, cxb arg1)
replaceNode(int arg0, Node arg1)
method_33(int arg0, class_9 arg1)
setNode(int index, PathNode node)
m_cqttkduq(int arg0, C_dfzwsdmo arg1)
func_186309_a(int arg0, PathPoint arg1)
setPoint(int index, PathPoint point)
public int
e()
getNodeCount()
method_38()
getLength()
m_ntpvcvlx()
func_75874_d()
getCurrentPathLength()
public int
f()
getNextNodeIndex()
method_39()
getCurrentNodeIndex()
m_zewctpfa()
func_75873_e()
getCurrentPathIndex()
public void
c(int arg0)
setNextNodeIndex(int arg0)
method_42(int arg0)
setCurrentNodeIndex(int index)
m_imnukvdp(int arg0)
func_75872_c(int arg0)
setCurrentPathIndex(int currentPathIndexIn)
public Vec3d
a(aqa arg0, int arg1)
getEntityPosAtNode(Entity arg0, int arg1)
method_47(class_1297 arg0, int arg1)
getNodePosition(Entity entity, int index)
m_fgyierax(C_astfners arg0, int arg1)
func_75881_a(Entity arg0, int arg1)
getVectorFromIndex(Entity entityIn, int index)
public BlockPos
d(int arg0)
getNodePos(int arg0)
method_31031(int arg0)
method_31031(int arg0)
m_xnzfgmdz(int arg0)
func_242947_d(int arg0)
func_242947_d(int arg0)
public Vec3d
a(aqa arg0)
getNextEntityPos(Entity arg0)
method_49(class_1297 arg0)
getNodePosition(Entity arg0)
m_waeuyufo(C_astfners arg0)
func_75878_a(Entity arg0)
getPosition(Entity entityIn)
public BlockPos
g()
getNextNodePos()
method_31032()
method_31032()
m_kvckmlkt()
func_242948_g()
func_242948_g()
public PathNode
h()
getNextNode()
method_29301()
method_29301()
m_npbjkjcx()
func_237225_h_()
getCurrentPoint()
public PathNode
i()
getPreviousNode()
method_30850()
method_30850()
m_seaiuqoe()
func_242950_i()
func_242950_i()
public boolean
a(cxd arg0)
sameAs(Path arg0)
method_41(class_11 arg0)
equalsPath(Path arg0)
m_ryjewxdp(C_motipebf arg0)
func_75876_a(Path arg0)
isSamePath(Path pathentityIn)
public boolean
j()
canReach()
method_21655()
reachesTarget()
m_kdbssaii()
func_224771_h()
reachesTarget()
public BlockPos
m()
getTarget()
method_48()
getTarget()
m_rpwipgco()
func_224770_k()
getTarget()
public float
n()
getDistToTarget()
method_21656()
getManhattanDistanceFromTarget()
m_wkbnabvd()
func_224769_l()
func_224769_l()
public PathNode[]
k()
getOpenSet()
method_22880()
method_22880()
m_dkktfioz()
func_189966_g()
getOpenSet()
public PathNode[]
l()
getClosedSet()
method_22881()
method_22881()
m_sdtyxhpp()
func_189965_h()
getClosedSet()
public static Path
b(nf arg0)
createFromStream(FriendlyByteBuf arg0)
method_34(class_2540 arg0)
fromBuffer(PacketByteBuf buffer)
m_ozfeszxb(C_idfydwco arg0)
func_186311_b(PacketBuffer arg0)
read(PacketBuffer buf)