Uses of Record Class
net.minecraft.util.debug.DebugStructureInfo.Piece
Packages that use DebugStructureInfo.Piece
-
Uses of DebugStructureInfo.Piece in net.minecraft.util.debug
Fields in net.minecraft.util.debug with type parameters of type DebugStructureInfo.PieceModifier and TypeFieldDescriptionprivate final List<DebugStructureInfo.Piece> DebugStructureInfo.piecesThe field for thepiecesrecord component.static final StreamCodec<io.netty.buffer.ByteBuf, DebugStructureInfo.Piece> DebugStructureInfo.Piece.STREAM_CODECMethods in net.minecraft.util.debug that return types with arguments of type DebugStructureInfo.PieceModifier and TypeMethodDescriptionDebugStructureInfo.pieces()Returns the value of thepiecesrecord component.Constructor parameters in net.minecraft.util.debug with type arguments of type DebugStructureInfo.PieceModifierConstructorDescriptionDebugStructureInfo(BoundingBox boundingBox, List<DebugStructureInfo.Piece> pieces) Creates an instance of aDebugStructureInforecord class.