Class SlotClicked0x66C2SPacket

java.lang.Object
net.minecraft.packet.AbstractPacket
net.minecraft.packet.play.SlotClicked0x66C2SPacket

public class SlotClicked0x66C2SPacket extends AbstractPacket
Mappings:
Namespace Name
intermediary net/minecraft/class_363
glue class_388
server ke
client qs
named net/minecraft/packet/play/SlotClicked0x66C2SPacket
  • Field Details

    • containerId

      public int containerId
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1362 Lnet/minecraft/class_363;field_1362:I
      glue field_1538 Lclass_388;field_1538:I
      server a Lke;a:I
      client a Lqs;a:I
      named containerId Lnet/minecraft/packet/play/SlotClicked0x66C2SPacket;containerId:I
    • slotIndex

      public int slotIndex
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1363 Lnet/minecraft/class_363;field_1363:I
      glue field_1539 Lclass_388;field_1539:I
      server b Lke;b:I
      client b Lqs;b:I
      named slotIndex Lnet/minecraft/packet/play/SlotClicked0x66C2SPacket;slotIndex:I
    • rightClick

      public int rightClick
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1364 Lnet/minecraft/class_363;field_1364:I
      glue field_1540 Lclass_388;field_1540:I
      server c Lke;c:I
      client c Lqs;c:I
      named rightClick Lnet/minecraft/packet/play/SlotClicked0x66C2SPacket;rightClick:I
    • actionType

      public short actionType
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1365 Lnet/minecraft/class_363;field_1365:S
      glue field_1541 Lclass_388;field_1541:S
      server d Lke;d:S
      client d Lqs;d:S
      named actionType Lnet/minecraft/packet/play/SlotClicked0x66C2SPacket;actionType:S
    • stack

      public ItemInstance stack
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1366 Lnet/minecraft/class_363;field_1366:Lnet/minecraft/class_31;
      glue field_1542 Lclass_388;field_1542:Lclass_224;
      server e Lke;e:Lfy;
      client e Lqs;e:Liz;
      named stack Lnet/minecraft/packet/play/SlotClicked0x66C2SPacket;stack:Lnet/minecraft/item/ItemInstance;
    • holdingShift

      public boolean holdingShift
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1367 Lnet/minecraft/class_363;field_1367:Z
      glue field_1543 Lclass_388;field_1543:Z
      server f Lke;f:Z
      client f Lqs;f:Z
      named holdingShift Lnet/minecraft/packet/play/SlotClicked0x66C2SPacket;holdingShift:Z
  • Constructor Details

    • SlotClicked0x66C2SPacket

      public SlotClicked0x66C2SPacket()
    • SlotClicked0x66C2SPacket

      @Environment(CLIENT) public SlotClicked0x66C2SPacket(int containerId, int slotIndex, int rightClick, boolean holdingShift, ItemInstance stack, short actionType)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_363;<init>(IIIZLnet/minecraft/class_31;S)V
      glue <init> Lclass_388;<init>(IIIZLclass_224;S)V
      server <init> Lke;<init>(IIIZLfy;S)V
      client <init> Lqs;<init>(IIIZLiz;S)V
      named <init> Lnet/minecraft/packet/play/SlotClicked0x66C2SPacket;<init>(IIIZLnet/minecraft/item/ItemInstance;S)V
  • Method Details

    • apply

      public void apply(PacketHandler handler)
      Specified by:
      apply in class AbstractPacket
      Mappings:
      Namespace Name Mixin selector
      intermediary method_808 Lnet/minecraft/class_169;method_808(Lnet/minecraft/class_240;)V
      glue method_4 Lclass_257;method_4(Lclass_472;)V
      server a Lgt;a(Lme;)V
      client a Lki;a(Lti;)V
      named apply Lnet/minecraft/packet/AbstractPacket;apply(Lnet/minecraft/network/PacketHandler;)V
    • read

      public void read(DataInputStream in)
      Specified by:
      read in class AbstractPacket
      Mappings:
      Namespace Name Mixin selector
      intermediary method_806 Lnet/minecraft/class_169;method_806(Ljava/io/DataInputStream;)V
      glue method_2 Lclass_257;method_2(Ljava/io/DataInputStream;)V
      server a Lgt;a(Ljava/io/DataInputStream;)V
      client a Lki;a(Ljava/io/DataInputStream;)V
      named read Lnet/minecraft/packet/AbstractPacket;read(Ljava/io/DataInputStream;)V
    • write

      public void write(DataOutputStream out)
      Specified by:
      write in class AbstractPacket
      Mappings:
      Namespace Name Mixin selector
      intermediary method_807 Lnet/minecraft/class_169;method_807(Ljava/io/DataOutputStream;)V
      glue method_3 Lclass_257;method_3(Ljava/io/DataOutputStream;)V
      server a Lgt;a(Ljava/io/DataOutputStream;)V
      client a Lki;a(Ljava/io/DataOutputStream;)V
      named write Lnet/minecraft/packet/AbstractPacket;write(Ljava/io/DataOutputStream;)V
    • length

      public int length()
      Specified by:
      length in class AbstractPacket
      Mappings:
      Namespace Name Mixin selector
      intermediary method_798 Lnet/minecraft/class_169;method_798()I
      glue method_1 Lclass_257;method_1()I
      server a Lgt;a()I
      client a Lki;a()I
      named length Lnet/minecraft/packet/AbstractPacket;length()I