net.minecraft.entity.ai.pathing

public class PathNode

asv
net.minecraft.class_86
net.minecraft.entity.ai.pathing.PathNode
net.minecraft.pathfinding.PathPoint

Field summary

Modifier and TypeField
public final int
a
field_180
x
xCoord
public final int
b
field_181
y
yCoord
public final int
c
field_182
z
zCoord
private final int
j
field_189
hash
hash
int
d
field_183
heapIndex
index
float
e
field_184
distanceFromStart
totalPathDistance
float
f
field_185
distanceToTarget
distanceToNext
float
g
field_186
weight
distanceToTarget
PathNode
h
field_187
prev
previous
public boolean
i
field_188
visited
visited

Constructor summary

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

Method summary

Modifier and TypeMethod
public static int
a(int arg0, int arg1, int arg2)
method_158(int arg0, int arg1, int arg2)
hash(int x, int y, int z)
makeHash(int x, int y, int z)
public float
a(asv arg0)
method_159(class_86 arg0)
distanceTo(PathNode other)
distanceTo(PathPoint pathpointIn)
public float
b(asv arg0)
method_160(class_86 arg0)
squaredDistanceTo(PathNode other)
distanceToSquared(PathPoint pathpointIn)
public boolean
a()
method_157()
isInHeap()
isAssigned()