net.minecraft.entity.ai.pathing

public record Path$DebugNodeInfo

net.minecraft.world.level.pathfinder.Path$DebugData
net.minecraft.class_11$class_8644
net.minecraft.entity.ai.pathing.Path$DebugNodeInfo

Field summary

Modifier and TypeField
private final PathNode[]
openSet
comp_1587
openSet
private final PathNode[]
closedSet
comp_1588
closedSet
private final Set<TargetPathNode>
targetNodes
comp_1589
targetNodes

Constructor summary

ModifierConstructor
public (PathNode[] openSet, PathNode[] closedSet, Set<TargetPathNode> targetNodes)

Method summary

Modifier and TypeMethod
public void
write(FriendlyByteBuf output)
method_52606(class_2540 arg0)
write(PacketByteBuf buf)
public static Path$DebugNodeInfo
read(FriendlyByteBuf input)
method_52608(class_2540 arg0)
fromBuf(PacketByteBuf buf)
public PathNode[]
openSet()
comp_1587()
openSet()
public PathNode[]
closedSet()
comp_1588()
closedSet()
public Set<TargetPathNode>
targetNodes()
comp_1589()
targetNodes()
private static void
lambda$write$0(FriendlyByteBuf arg0, Target arg1)
method_52607(class_2540 arg0, class_4459 arg1)
method_52607(PacketByteBuf buf, TargetPathNode node)