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.updateOrders
Methods in net.minecraft.client.render.debug with parameters of type DebugRedstoneUpdateOrderCustomPayloadModifier and TypeMethodDescriptionvoid
RedstoneUpdateOrderDebugRenderer.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.ID
static final PacketCodec
<PacketByteBuf, DebugRedstoneUpdateOrderCustomPayload> DebugRedstoneUpdateOrderCustomPayload.PACKET_CODEC
Methods 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 void
DebugInfoSender.sendRedstoneUpdateOrder
(World world, DebugRedstoneUpdateOrderCustomPayload payload)