Uses of Record Class
net.minecraft.world.debug.data.StructureDebugData.Piece
Packages that use StructureDebugData.Piece
- 
Uses of StructureDebugData.Piece in net.minecraft.world.debug.data
Fields in net.minecraft.world.debug.data with type parameters of type StructureDebugData.PieceModifier and TypeFieldDescriptionstatic final PacketCodec<ByteBuf, StructureDebugData.Piece> StructureDebugData.Piece.PACKET_CODECprivate final List<StructureDebugData.Piece> StructureDebugData.piecesThe field for thepiecesrecord component.Methods in net.minecraft.world.debug.data that return types with arguments of type StructureDebugData.PieceModifier and TypeMethodDescriptionStructureDebugData.pieces()Returns the value of thepiecesrecord component.Constructor parameters in net.minecraft.world.debug.data with type arguments of type StructureDebugData.PieceModifierConstructorDescriptionStructureDebugData(BlockBox blockBox, List<StructureDebugData.Piece> list)