Uses of Record Class
net.minecraft.network.packet.s2c.custom.DebugStructuresCustomPayload.Piece
-
Uses of DebugStructuresCustomPayload.Piece in net.minecraft.client.render.debug
Modifier and TypeFieldDescriptionprivate final Map<RegistryKey<World>,
Map<String, DebugStructuresCustomPayload.Piece>> StructureDebugRenderer.structurePiecesBoundingBoxes
Modifier and TypeMethodDescriptionvoid
StructureDebugRenderer.addStructure
(BlockBox boundingBox, List<DebugStructuresCustomPayload.Piece> pieces, RegistryKey<World> dimensionKey) -
Uses of DebugStructuresCustomPayload.Piece in net.minecraft.network.packet.s2c.custom
Modifier and TypeFieldDescriptionprivate final List<DebugStructuresCustomPayload.Piece>
DebugStructuresCustomPayload.pieces
The field for thepieces
record component.Modifier and TypeMethodDescriptionDebugStructuresCustomPayload.pieces()
Returns the value of thepieces
record component.ModifierConstructorDescriptionDebugStructuresCustomPayload
(RegistryKey<World> registryKey, BlockBox blockBox, List<DebugStructuresCustomPayload.Piece> list)