Uses of Record Class
net.minecraft.network.packet.s2c.custom.DebugRedstoneUpdateOrderCustomPayload
Packages that use DebugRedstoneUpdateOrderCustomPayload
Package
Description
-
Uses of DebugRedstoneUpdateOrderCustomPayload in net.minecraft.client.render.debug
Fields in net.minecraft.client.render.debug with type parameters of type DebugRedstoneUpdateOrderCustomPayloadModifier and TypeFieldDescriptionprivate final List<DebugRedstoneUpdateOrderCustomPayload> RedstoneUpdateOrderDebugRenderer.updateOrdersMethods in net.minecraft.client.render.debug with parameters of type DebugRedstoneUpdateOrderCustomPayloadModifier and TypeMethodDescriptionvoidRedstoneUpdateOrderDebugRenderer.addUpdateOrder(DebugRedstoneUpdateOrderCustomPayload updateOrder) -
Uses of DebugRedstoneUpdateOrderCustomPayload in net.minecraft.network.packet.s2c.custom
Fields in net.minecraft.network.packet.s2c.custom with type parameters of type DebugRedstoneUpdateOrderCustomPayloadModifier and TypeFieldDescriptionstatic final CustomPayload.Id<DebugRedstoneUpdateOrderCustomPayload> DebugRedstoneUpdateOrderCustomPayload.IDstatic final PacketCodec<PacketByteBuf, DebugRedstoneUpdateOrderCustomPayload> DebugRedstoneUpdateOrderCustomPayload.PACKET_CODECMethods in net.minecraft.network.packet.s2c.custom that return types with arguments of type DebugRedstoneUpdateOrderCustomPayload -
Uses of DebugRedstoneUpdateOrderCustomPayload in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type DebugRedstoneUpdateOrderCustomPayloadModifier and TypeMethodDescriptionstatic voidDebugInfoSender.sendRedstoneUpdateOrder(World world, DebugRedstoneUpdateOrderCustomPayload payload)