Class UpdateSelectedSlotC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.UpdateSelectedSlotC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official agdintermediary net/minecraft/class_2868named net/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_9139<PacketByteBuf,UpdateSelectedSlotC2SPacket> private final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) intprivate voidmethod_55996(PacketByteBuf packetByteBuf) 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, method_55943
-
Field Details
-
field_48216
- Mappings:
Namespace Name Mixin selector official aLagd;a:Lxo;intermediary field_48216Lnet/minecraft/class_2868;field_48216:Lnet/minecraft/class_9139;named field_48216Lnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;field_48216:Lnet/minecraft/class_9139;
-
selectedSlot
private final int selectedSlot- Mappings:
Namespace Name Mixin selector official bLagd;b:Iintermediary field_13052Lnet/minecraft/class_2868;field_13052:Inamed selectedSlotLnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;selectedSlot:I
-
-
Constructor Details
-
UpdateSelectedSlotC2SPacket
public UpdateSelectedSlotC2SPacket(int selectedSlot) - Mappings:
Namespace Name Mixin selector official <init>Lagd;<init>(I)Vintermediary <init>Lnet/minecraft/class_2868;<init>(I)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;<init>(I)V
-
UpdateSelectedSlotC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>Lagd;<init>(Luq;)Vintermediary <init>Lnet/minecraft/class_2868;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
method_55996
- Mappings:
Namespace Name Mixin selector official aLagd;a(Luq;)Vintermediary method_55996Lnet/minecraft/class_2868;method_55996(Lnet/minecraft/class_2540;)Vnamed method_55996Lnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;method_55996(Lnet/minecraft/network/PacketByteBuf;)V
-
method_55846
- Specified by:
method_55846in interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLxx;a()Lxz;intermediary method_55846Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;named method_55846Lnet/minecraft/network/packet/Packet;method_55846()Lnet/minecraft/class_9145;
-
apply
- Specified by:
applyin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLagd;a(Laes;)Vintermediary method_12441Lnet/minecraft/class_2868;method_12441(Lnet/minecraft/class_2792;)Vnamed applyLnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
getSelectedSlot
public int getSelectedSlot()- Mappings:
Namespace Name Mixin selector official bLagd;b()Iintermediary method_12442Lnet/minecraft/class_2868;method_12442()Inamed getSelectedSlotLnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;getSelectedSlot()I
-