History - net.minecraft.entity.ai.pathing.PathNode
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
1.21.11_unobfuscated
Names
net.minecraft.world.level.pathfinder.Node
net.minecraft.class_9
net.minecraft.entity.ai.pathing.PathNode
Fields
int: x, field_40, x
int: y, field_39, y
int: z, field_38, z
int: hash, field_44, hashCode
int: heapIdx, field_37, heapIndex
float: g, field_36, penalizedPathLength
float: h, field_34, distanceToNearestTarget
float: f, field_47, heapWeight
PathNode: cameFrom, field_35, previous
boolean: closed, field_42, visited
float: walkedDistance, field_46, pathLength
float: costMalus, field_43, penalty
PathNodeType: type, field_41, type
Constructors
(int, int, int)
Methods
PathNode (int, int, int): cloneAndMove, method_26, copyWithNewPosition
int (int, int, int): createHash, method_30, hash
float (PathNode): distanceTo, method_31, getDistance
float (PathNode): distanceToXZ, method_44022, getHorizontalDistance
float (BlockPos): distanceTo, method_35494, getDistance
float (PathNode): distanceToSqr, method_32, getSquaredDistance
float (BlockPos): distanceToSqr, method_35497, getSquaredDistance
float (PathNode): distanceManhattan, method_21653, getManhattanDistance
float (BlockPos): distanceManhattan, method_21654, getManhattanDistance
BlockPos (): asBlockPos, method_22879, getBlockPos
Vec3d (): asVec3, method_35496, getPos
boolean (): inOpenSet, method_27, isInHeap
void (PacketByteBuf): writeToStream, method_35495, write
PathNode (PacketByteBuf): createFromStream, method_28, fromBuf
void (PacketByteBuf, PathNode): readContents, method_47935, readFromBuf