Class UpdateSelectedSlotC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.UpdateSelectedSlotC2SPacket
- All Implemented Interfaces:
 Packet<ServerPlayPacketListener>
- Mappings:
 Namespace Name named net/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacketintermediary net/minecraft/class_2868official aje
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, UpdateSelectedSlotC2SPacket> private final int - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) intprivate voidwrite(PacketByteBuf 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 named CODECLnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_48216Lnet/minecraft/class_2868;field_48216:Lnet/minecraft/class_9139;official aLaje;a:Lzm;
 - 
selectedSlot
private final int selectedSlot- Mappings:
 Namespace Name Mixin selector named selectedSlotLnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;selectedSlot:Iintermediary field_13052Lnet/minecraft/class_2868;field_13052:Iofficial bLaje;b:I
 
 - 
 - 
Constructor Details
- 
UpdateSelectedSlotC2SPacket
public UpdateSelectedSlotC2SPacket(int selectedSlot) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;<init>(I)Vintermediary <init>Lnet/minecraft/class_2868;<init>(I)Vofficial <init>Laje;<init>(I)V
 - 
UpdateSelectedSlotC2SPacket
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)Vintermediary <init>Lnet/minecraft/class_2868;<init>(Lnet/minecraft/class_2540;)Vofficial <init>Laje;<init>(Lwg;)V
 
 - 
 - 
Method Details
- 
write
- Mappings:
 Namespace Name Mixin selector named writeLnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;write(Lnet/minecraft/network/PacketByteBuf;)Vintermediary method_55996Lnet/minecraft/class_2868;method_55996(Lnet/minecraft/class_2540;)Vofficial aLaje;a(Lwg;)V
 - 
getPacketType
- Specified by:
 getPacketTypein interfacePacket<ServerPlayPacketListener>- Mappings:
 Namespace Name Mixin selector named getPacketTypeLnet/minecraft/network/packet/Packet;getPacketType()Lnet/minecraft/network/packet/PacketType;intermediary method_65080Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;official aLzw;a()Lzy;
 - 
apply
- Specified by:
 applyin interfacePacket<ServerPlayPacketListener>- Mappings:
 Namespace Name Mixin selector named applyLnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)Vintermediary method_12441Lnet/minecraft/class_2868;method_12441(Lnet/minecraft/class_2792;)Vofficial aLaje;a(Lahm;)V
 - 
getSelectedSlot
public int getSelectedSlot()- Mappings:
 Namespace Name Mixin selector named getSelectedSlotLnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;getSelectedSlot()Iintermediary method_12442Lnet/minecraft/class_2868;method_12442()Iofficial bLaje;b()I
 
 -