History - net.minecraft.entity.ai.pathing.PathNode
1.7.10
Names
aye
net.minecraft.class_86
net.minecraft.entity.ai.pathing.PathNode
net.minecraft.pathfinding.PathPoint
Fields
int: a, field_180, x, xCoord
int: b, field_181, y, yCoord
int: c, field_182, z, zCoord
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
boolean: i, field_188, visited, visited
Constructors
(int, int, int)
Methods
int (int, int, int): a, method_158, hash, makeHash
float (PathNode): a, method_159, distanceTo, distanceTo
float (PathNode): b, method_160, squaredDistanceTo, distanceToSquared
boolean (): a, method_157, isInHeap, isAssigned