Class ClickSlotC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.ClickSlotC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official afnintermediary net/minecraft/class_2813named net/minecraft/network/packet/c2s/play/ClickSlotC2SPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SlotActionTypeprivate final intstatic final PacketCodec<RegistryByteBuf, ClickSlotC2SPacket> private static final intprivate final Int2ObjectMap<ItemStack> private final intprivate final intprivate final ItemStackprivate static final PacketCodec<RegistryByteBuf, Int2ObjectMap<ItemStack>> private final int -
Constructor Summary
ConstructorsModifierConstructorDescriptionClickSlotC2SPacket(int syncId, int revision, int slot, int button, SlotActionType actionType, ItemStack stack, Int2ObjectMap<ItemStack> modifiedStacks) private -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) intintintgetSlot()getStack()intprivate voidwrite(RegistryByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable, transitionsNetworkState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLafn;a:Lxs;intermediary field_48189Lnet/minecraft/class_2813;field_48189:Lnet/minecraft/class_9139;named CODECLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
MAX_MODIFIED_STACKS
private static final int MAX_MODIFIED_STACKS- See Also:
- Mappings:
Namespace Name Mixin selector official bLafn;b:Iintermediary field_34045Lnet/minecraft/class_2813;field_34045:Inamed MAX_MODIFIED_STACKSLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;MAX_MODIFIED_STACKS:I
-
STACK_MAP_CODEC
- Mappings:
Namespace Name Mixin selector official cLafn;c:Lxs;intermediary field_48190Lnet/minecraft/class_2813;field_48190:Lnet/minecraft/class_9139;named STACK_MAP_CODECLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;STACK_MAP_CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
syncId
private final int syncId- Mappings:
Namespace Name Mixin selector official dLafn;d:Iintermediary field_12819Lnet/minecraft/class_2813;field_12819:Inamed syncIdLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;syncId:I
-
revision
private final int revision- Mappings:
Namespace Name Mixin selector official eLafn;e:Iintermediary field_34037Lnet/minecraft/class_2813;field_34037:Inamed revisionLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;revision:I
-
slot
private final int slot- Mappings:
Namespace Name Mixin selector official fLafn;f:Iintermediary field_12818Lnet/minecraft/class_2813;field_12818:Inamed slotLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;slot:I
-
button
private final int button- Mappings:
Namespace Name Mixin selector official gLafn;g:Iintermediary field_12817Lnet/minecraft/class_2813;field_12817:Inamed buttonLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;button:I
-
actionType
- Mappings:
Namespace Name Mixin selector official hLafn;h:Lclz;intermediary field_12815Lnet/minecraft/class_2813;field_12815:Lnet/minecraft/class_1713;named actionTypeLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;actionType:Lnet/minecraft/screen/slot/SlotActionType;
-
stack
- Mappings:
Namespace Name Mixin selector official iLafn;i:Lcqm;intermediary field_12816Lnet/minecraft/class_2813;field_12816:Lnet/minecraft/class_1799;named stackLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;stack:Lnet/minecraft/item/ItemStack;
-
modifiedStacks
- Mappings:
Namespace Name Mixin selector official jLafn;j:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;intermediary field_29540Lnet/minecraft/class_2813;field_29540:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;named modifiedStacksLnet/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>Lafn;<init>(IIIILclz;Lcqm;Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;)Vintermediary <init>Lnet/minecraft/class_2813;<init>(IIIILnet/minecraft/class_1713;Lnet/minecraft/class_1799;Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;)Vnamed <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
- Mappings:
Namespace Name Mixin selector official <init>Lafn;<init>(Lvf;)Vintermediary <init>Lnet/minecraft/class_2813;<init>(Lnet/minecraft/class_9129;)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;<init>(Lnet/minecraft/network/RegistryByteBuf;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector official aLafn;a(Lvf;)Vintermediary method_55971Lnet/minecraft/class_2813;method_55971(Lnet/minecraft/class_9129;)Vnamed writeLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;write(Lnet/minecraft/network/RegistryByteBuf;)V
-
getPacketId
- Specified by:
getPacketIdin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLyb;a()Lyd;intermediary method_55846Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;named getPacketIdLnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
-
apply
- Specified by:
applyin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLafn;a(Laez;)Vintermediary method_12191Lnet/minecraft/class_2813;method_12191(Lnet/minecraft/class_2792;)Vnamed applyLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
getSyncId
public int getSyncId()- Mappings:
Namespace Name Mixin selector official bLafn;b()Iintermediary method_12194Lnet/minecraft/class_2813;method_12194()Inamed getSyncIdLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getSyncId()I
-
getSlot
public int getSlot()- Mappings:
Namespace Name Mixin selector official eLafn;e()Iintermediary method_12192Lnet/minecraft/class_2813;method_12192()Inamed getSlotLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getSlot()I
-
getButton
public int getButton()- Mappings:
Namespace Name Mixin selector official fLafn;f()Iintermediary method_12193Lnet/minecraft/class_2813;method_12193()Inamed getButtonLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getButton()I
-
getStack
- Mappings:
Namespace Name Mixin selector official gLafn;g()Lcqm;intermediary method_12190Lnet/minecraft/class_2813;method_12190()Lnet/minecraft/class_1799;named getStackLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getStack()Lnet/minecraft/item/ItemStack;
-
getModifiedStacks
- Mappings:
Namespace Name Mixin selector official hLafn;h()Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;intermediary method_34678Lnet/minecraft/class_2813;method_34678()Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;named getModifiedStacksLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getModifiedStacks()Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
-
getActionType
- Mappings:
Namespace Name Mixin selector official iLafn;i()Lclz;intermediary method_12195Lnet/minecraft/class_2813;method_12195()Lnet/minecraft/class_1713;named getActionTypeLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getActionType()Lnet/minecraft/screen/slot/SlotActionType;
-
getRevision
public int getRevision()- Mappings:
Namespace Name Mixin selector official jLafn;j()Iintermediary method_37440Lnet/minecraft/class_2813;method_37440()Inamed getRevisionLnet/minecraft/network/packet/c2s/play/ClickSlotC2SPacket;getRevision()I
-