net.minecraft.entity.ai.pathing

public class PathNode

bbb
net.minecraft.unmapped.C_03498964
net.minecraft.entity.ai.pathing.PathNode

Field summary

Modifier and TypeField
public final int
a
f_92295810
x
public final int
b
f_32450342
y
public final int
c
f_19348254
z
private final int
n
f_30904562
hash
public int
d
f_75137227
heapIndex
public float
e
f_20753281
distanceFromStart
public float
f
f_18861127
distanceToTarget
public float
g
f_71109860
weight
public PathNode
h
f_59917540
prev
public boolean
i
f_04376010
visited
public float
j
f_91780392
f_91780392
public float
k
f_61675163
f_61675163
public float
l
f_34525936
f_34525936
public PathBlockingType
m
f_00917150
type

Constructor summary

ModifierConstructor
public (int x, int y, int z)

Method summary

Modifier and TypeMethod
public PathNode
a(int arg0, int arg1, int arg2)
m_97553618(int arg0, int arg1, int arg2)
clone(int x, int y, int z)
public static int
b(int arg0, int arg1, int arg2)
m_90515975(int arg0, int arg1, int arg2)
hash(int x, int y, int z)
public float
a(bbb arg0)
m_01117484(C_03498964 arg0)
distanceTo(PathNode other)
public float
b(bbb arg0)
m_45890427(C_03498964 arg0)
squaredDistanceTo(PathNode other)
public float
c(bbb arg0)
m_14611585(C_03498964 arg0)
manhattanDistanceTo(PathNode other)
public boolean
a()
m_09564097()
isInHeap()
public static PathNode
b(et arg0)
m_41001329(C_04635774 arg0)
fromPacket(PacketByteBuf buffer)