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.structurePiecesBoundingBoxesMethod parameters in net.minecraft.client.render.debug with type arguments of type DebugStructuresCustomPayload.class_8727Modifier and TypeMethodDescriptionvoidStructureDebugRenderer.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.piecesThe field for thepiecesrecord 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 thepiecesrecord 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)