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 List<PathNode>
openSet
comp_1587
openSet
private final List<PathNode>
closedSet
comp_1588
closedSet
private final Set<TargetPathNode>
targetNodes
comp_1589
targetNodes
public static final PacketCodec<io.netty.buffer.ByteBuf, Path$DebugNodeInfo>
STREAM_CODEC
field_1_9396
field_1_9396

Constructor summary

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

Method summary

Modifier and TypeMethod
public List<PathNode>
openSet()
comp_1587()
openSet()
public List<PathNode>
closedSet()
comp_1588()
closedSet()
public Set<TargetPathNode>
targetNodes()
comp_1589()
targetNodes()