Uses of Record Class
net.minecraft.network.protocol.common.custom.StructuresDebugPayload.PieceInfo
Packages that use StructuresDebugPayload.PieceInfo
Package
Description
-
Uses of StructuresDebugPayload.PieceInfo in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug with type parameters of type StructuresDebugPayload.PieceInfoModifier and TypeFieldDescriptionprivate final Map<ResourceKey<Level>, Map<String, StructuresDebugPayload.PieceInfo>> StructureRenderer.postPiecesMethod parameters in net.minecraft.client.renderer.debug with type arguments of type StructuresDebugPayload.PieceInfoModifier and TypeMethodDescriptionvoidStructureRenderer.addBoundingBox(BoundingBox p_113683_, List<StructuresDebugPayload.PieceInfo> p_113684_, ResourceKey<Level> p_295656_) -
Uses of StructuresDebugPayload.PieceInfo in net.minecraft.network.protocol.common.custom
Fields in net.minecraft.network.protocol.common.custom with type parameters of type StructuresDebugPayload.PieceInfoModifier and TypeFieldDescriptionprivate final List<StructuresDebugPayload.PieceInfo> StructuresDebugPayload.piecesThe field for thepiecesrecord component.Methods in net.minecraft.network.protocol.common.custom that return types with arguments of type StructuresDebugPayload.PieceInfoModifier and TypeMethodDescriptionStructuresDebugPayload.pieces()Returns the value of thepiecesrecord component.Constructor parameters in net.minecraft.network.protocol.common.custom with type arguments of type StructuresDebugPayload.PieceInfoModifierConstructorDescriptionStructuresDebugPayload(ResourceKey<Level> dimension, BoundingBox mainBB, List<StructuresDebugPayload.PieceInfo> pieces) Creates an instance of aStructuresDebugPayloadrecord class.