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 tq
intermediary net/minecraft/class_2813
named net/minecraft/network/packet/c2s/play/ClickSlotC2SPacket
-
Field Summary
Fields Modifier and Type Field Description private SlotActionType
actionType
private int
clickData
private Int2ObjectMap<ItemStack>
modifiedStacks
private int
slot
private ItemStack
stack
private int
syncId
-
Constructor Summary
Constructors Constructor Description ClickSlotC2SPacket(int syncId, int slot, int clickData, SlotActionType actionType, ItemStack stack, Int2ObjectMap<ItemStack> modifiedStacks)
ClickSlotC2SPacket(PacketByteBuf buf)
-
Method Summary
Modifier and Type Method Description void
apply(ServerPlayPacketListener serverPlayPacketListener)
SlotActionType
getActionType()
int
getClickData()
Int2ObjectMap<ItemStack>
getModifiedStacks()
int
getSlot()
ItemStack
getStack()
int
getSyncId()
void
write(PacketByteBuf buf)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Field Details
-
syncId
private final int syncId- Mappings:
Namespace Name Mixin selector official a
Ltq;a:I
intermediary field_12819
Lnet/minecraft/class_2813;field_12819:I
named syncId
Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;syncId:I
-
slot
private final int slot- Mappings:
Namespace Name Mixin selector official b
Ltq;b:I
intermediary field_12818
Lnet/minecraft/class_2813;field_12818:I
named slot
Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;slot:I
-
clickData
private final int clickData- Mappings:
Namespace Name Mixin selector official c
Ltq;c:I
intermediary field_12817
Lnet/minecraft/class_2813;field_12817:I
named clickData
Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;clickData:I
-
actionType
- Mappings:
Namespace Name Mixin selector official d
Ltq;d:Lblu;
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
- Mappings:
Namespace Name Mixin selector official e
Ltq;e:Lbpr;
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
- Mappings:
Namespace Name Mixin selector official f
Ltq;f: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 slot, int clickData, SlotActionType actionType, ItemStack stack, Int2ObjectMap<ItemStack> modifiedStacks)- Mappings:
Namespace Name Mixin selector official <init>
Ltq;<init>(IIILblu;Lbpr;Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;)V
intermediary <init>
Lnet/minecraft/class_2813;<init>(IIILnet/minecraft/class_1713;Lnet/minecraft/class_1799;Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;)V
named <init>
Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;<init>(IIILnet/minecraft/screen/slot/SlotActionType;Lnet/minecraft/item/ItemStack;Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;)V
-
ClickSlotC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Ltq;<init>(Lob;)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
- Specified by:
write
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lpf;a(Lob;)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
- Specified by:
apply
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Ltq;a(Lth;)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
Ltq;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
Ltq;c()I
intermediary method_12192
Lnet/minecraft/class_2813;method_12192()I
named getSlot
Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getSlot()I
-
getClickData
public int getClickData()- Mappings:
Namespace Name Mixin selector official d
Ltq;d()I
intermediary method_12193
Lnet/minecraft/class_2813;method_12193()I
named getClickData
Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getClickData()I
-
getStack
- Mappings:
Namespace Name Mixin selector official e
Ltq;e()Lbpr;
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
- Mappings:
Namespace Name Mixin selector official f
Ltq;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
- Mappings:
Namespace Name Mixin selector official g
Ltq;g()Lblu;
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;
-