Uses of Record Class
net.minecraft.network.protocol.common.custom.StructuresDebugPayload.PieceInfo
Package
Description
-
Uses of StructuresDebugPayload.PieceInfo in net.minecraft.client.renderer.debug
Modifier and TypeFieldDescriptionprivate final Map
<ResourceKey<Level>, Map<String, StructuresDebugPayload.PieceInfo>> StructureRenderer.postPieces
Modifier and TypeMethodDescriptionvoid
StructureRenderer.addBoundingBox
(BoundingBox p_113683_, List<StructuresDebugPayload.PieceInfo> p_113684_, ResourceKey<Level> p_295656_) -
Uses of StructuresDebugPayload.PieceInfo in net.minecraft.network.protocol.common.custom
Modifier and TypeFieldDescriptionprivate final List
<StructuresDebugPayload.PieceInfo> StructuresDebugPayload.pieces
The field for thepieces
record component.Modifier and TypeMethodDescriptionStructuresDebugPayload.pieces()
Returns the value of thepieces
record component.ModifierConstructorDescriptionStructuresDebugPayload
(ResourceKey<Level> dimension, BoundingBox mainBB, List<StructuresDebugPayload.PieceInfo> pieces) Creates an instance of aStructuresDebugPayload
record class.