Class ClickSlotC2SPacket

java.lang.Object
net.minecraft.network.packet.c2s.play.ClickSlotC2SPacket
All Implemented Interfaces:
Packet<ServerPlayPacketListener>

public class ClickSlotC2SPacket extends Object implements Packet<ServerPlayPacketListener>
Mappings:
Namespace Name
official zd
intermediary net/minecraft/class_2813
named net/minecraft/network/packet/c2s/play/ClickSlotC2SPacket
  • Field Details

    • MAX_MODIFIED_STACKS

      private static final int MAX_MODIFIED_STACKS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lzd;a:I
      intermediary field_34045 Lnet/minecraft/class_2813;field_34045:I
      named MAX_MODIFIED_STACKS Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;MAX_MODIFIED_STACKS:I
    • syncId

      private final int syncId
      Mappings:
      Namespace Name Mixin selector
      official b Lzd;b:I
      intermediary field_12819 Lnet/minecraft/class_2813;field_12819:I
      named syncId Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;syncId:I
    • revision

      private final int revision
      Mappings:
      Namespace Name Mixin selector
      official c Lzd;c:I
      intermediary field_34037 Lnet/minecraft/class_2813;field_34037:I
      named revision Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;revision:I
    • slot

      private final int slot
      Mappings:
      Namespace Name Mixin selector
      official d Lzd;d:I
      intermediary field_12818 Lnet/minecraft/class_2813;field_12818:I
      named slot Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;slot:I
    • button

      private final int button
      Mappings:
      Namespace Name Mixin selector
      official e Lzd;e:I
      intermediary field_12817 Lnet/minecraft/class_2813;field_12817:I
      named button Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;button:I
    • actionType

      private final SlotActionType actionType
      Mappings:
      Namespace Name Mixin selector
      official f Lzd;f:Lbzp;
      intermediary field_12815 Lnet/minecraft/class_2813;field_12815:Lnet/minecraft/class_1713;
      named actionType Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;actionType:Lnet/minecraft/screen/slot/SlotActionType;
    • stack

      private final ItemStack stack
      Mappings:
      Namespace Name Mixin selector
      official g Lzd;g:Lcdt;
      intermediary field_12816 Lnet/minecraft/class_2813;field_12816:Lnet/minecraft/class_1799;
      named stack Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;stack:Lnet/minecraft/item/ItemStack;
    • modifiedStacks

      private final Int2ObjectMap<ItemStack> modifiedStacks
      Mappings:
      Namespace Name Mixin selector
      official h Lzd;h:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
      intermediary field_29540 Lnet/minecraft/class_2813;field_29540:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
      named modifiedStacks Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;modifiedStacks:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
  • Constructor Details

    • ClickSlotC2SPacket

      public ClickSlotC2SPacket(int syncId, int revision, int slot, int button, SlotActionType actionType, ItemStack stack, Int2ObjectMap<ItemStack> modifiedStacks)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lzd;<init>(IIIILbzp;Lcdt;Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;)V
      intermediary <init> Lnet/minecraft/class_2813;<init>(IIIILnet/minecraft/class_1713;Lnet/minecraft/class_1799;Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;)V
      named <init> Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;<init>(IIIILnet/minecraft/screen/slot/SlotActionType;Lnet/minecraft/item/ItemStack;Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;)V
    • ClickSlotC2SPacket

      public ClickSlotC2SPacket(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lzd;<init>(Lsd;)V
      intermediary <init> Lnet/minecraft/class_2813;<init>(Lnet/minecraft/class_2540;)V
      named <init> Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
  • Method Details

    • write

      public void write(PacketByteBuf buf)
      Specified by:
      write in interface Packet<ServerPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Luh;a(Lsd;)V
      intermediary method_11052 Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
      named write Lnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
    • apply

      public void apply(ServerPlayPacketListener serverPlayPacketListener)
      Specified by:
      apply in interface Packet<ServerPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Lzd;a(Lyq;)V
      intermediary method_12191 Lnet/minecraft/class_2813;method_12191(Lnet/minecraft/class_2792;)V
      named apply Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
    • getSyncId

      public int getSyncId()
      Mappings:
      Namespace Name Mixin selector
      official b Lzd;b()I
      intermediary method_12194 Lnet/minecraft/class_2813;method_12194()I
      named getSyncId Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getSyncId()I
    • getSlot

      public int getSlot()
      Mappings:
      Namespace Name Mixin selector
      official c Lzd;c()I
      intermediary method_12192 Lnet/minecraft/class_2813;method_12192()I
      named getSlot Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getSlot()I
    • getButton

      public int getButton()
      Mappings:
      Namespace Name Mixin selector
      official d Lzd;d()I
      intermediary method_12193 Lnet/minecraft/class_2813;method_12193()I
      named getButton Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getButton()I
    • getStack

      public ItemStack getStack()
      Mappings:
      Namespace Name Mixin selector
      official e Lzd;e()Lcdt;
      intermediary method_12190 Lnet/minecraft/class_2813;method_12190()Lnet/minecraft/class_1799;
      named getStack Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getStack()Lnet/minecraft/item/ItemStack;
    • getModifiedStacks

      public Int2ObjectMap<ItemStack> getModifiedStacks()
      Mappings:
      Namespace Name Mixin selector
      official f Lzd;f()Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
      intermediary method_34678 Lnet/minecraft/class_2813;method_34678()Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
      named getModifiedStacks Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getModifiedStacks()Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
    • getActionType

      public SlotActionType getActionType()
      Mappings:
      Namespace Name Mixin selector
      official g Lzd;g()Lbzp;
      intermediary method_12195 Lnet/minecraft/class_2813;method_12195()Lnet/minecraft/class_1713;
      named getActionType Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getActionType()Lnet/minecraft/screen/slot/SlotActionType;
    • getRevision

      public int getRevision()
      Mappings:
      Namespace Name Mixin selector
      official h Lzd;h()I
      intermediary method_37440 Lnet/minecraft/class_2813;method_37440()I
      named getRevision Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getRevision()I