Uses of Record Class
net.minecraft.network.packet.s2c.custom.DebugStructuresCustomPayload.class_8727
Packages that use DebugStructuresCustomPayload.class_8727
-
Uses of DebugStructuresCustomPayload.class_8727 in net.minecraft.client.render.debug
Fields in net.minecraft.client.render.debug with type parameters of type DebugStructuresCustomPayload.class_8727Modifier and TypeFieldDescriptionprivate final Map<RegistryKey<World>,
Map<String, DebugStructuresCustomPayload.class_8727>> StructureDebugRenderer.structurePiecesBoundingBoxes
Method parameters in net.minecraft.client.render.debug with type arguments of type DebugStructuresCustomPayload.class_8727Modifier and TypeMethodDescriptionvoid
StructureDebugRenderer.addStructure
(BlockBox boundingBox, List<DebugStructuresCustomPayload.class_8727> pieces, RegistryKey<World> dimensionKey) -
Uses of DebugStructuresCustomPayload.class_8727 in net.minecraft.network.packet.s2c.custom
Fields in net.minecraft.network.packet.s2c.custom with type parameters of type DebugStructuresCustomPayload.class_8727Modifier and TypeFieldDescriptionprivate final List<DebugStructuresCustomPayload.class_8727>
DebugStructuresCustomPayload.pieces
The field for thepieces
record component.Methods in net.minecraft.network.packet.s2c.custom that return types with arguments of type DebugStructuresCustomPayload.class_8727Modifier and TypeMethodDescriptionDebugStructuresCustomPayload.pieces()
Returns the value of thepieces
record component.Constructor parameters in net.minecraft.network.packet.s2c.custom with type arguments of type DebugStructuresCustomPayload.class_8727ModifierConstructorDescriptionDebugStructuresCustomPayload
(RegistryKey<World> registryKey, BlockBox blockBox, List<DebugStructuresCustomPayload.class_8727> list)