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.updatedWiresMethods in net.minecraft.client.renderer.debug with parameters of type RedstoneWireOrientationsDebugPayloadModifier and TypeMethodDescriptionvoidRedstoneWireOrientationsRenderer.addWireOrientations(RedstoneWireOrientationsDebugPayload pPayload) -
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_CODECstatic final CustomPacketPayload.Type<RedstoneWireOrientationsDebugPayload> RedstoneWireOrientationsDebugPayload.TYPEMethods 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 voidDebugPackets.sendWireUpdates(Level pLevel, RedstoneWireOrientationsDebugPayload pPayload)