Uses of Record Class
net.minecraft.network.protocol.common.custom.RedstoneWireOrientationsDebugPayload
Packages that use RedstoneWireOrientationsDebugPayload
Package
Description
-
Uses of RedstoneWireOrientationsDebugPayload in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug with type parameters of type RedstoneWireOrientationsDebugPayloadModifier and TypeFieldDescriptionprivate final List
<RedstoneWireOrientationsDebugPayload> RedstoneWireOrientationsRenderer.updatedWires
Methods in net.minecraft.client.renderer.debug with parameters of type RedstoneWireOrientationsDebugPayloadModifier and TypeMethodDescriptionvoid
RedstoneWireOrientationsRenderer.addWireOrientations
(RedstoneWireOrientationsDebugPayload p_365234_) -
Uses of RedstoneWireOrientationsDebugPayload in net.minecraft.network.protocol.common.custom
Fields in net.minecraft.network.protocol.common.custom with type parameters of type RedstoneWireOrientationsDebugPayloadModifier and TypeFieldDescriptionstatic final StreamCodec
<FriendlyByteBuf, RedstoneWireOrientationsDebugPayload> RedstoneWireOrientationsDebugPayload.STREAM_CODEC
static final CustomPacketPayload.Type
<RedstoneWireOrientationsDebugPayload> RedstoneWireOrientationsDebugPayload.TYPE
Methods in net.minecraft.network.protocol.common.custom that return types with arguments of type RedstoneWireOrientationsDebugPayload -
Uses of RedstoneWireOrientationsDebugPayload in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game with parameters of type RedstoneWireOrientationsDebugPayloadModifier and TypeMethodDescriptionstatic void
DebugPackets.sendWireUpdates
(Level p_360724_, RedstoneWireOrientationsDebugPayload p_365329_)