Class UpdateSelectedSlotC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.UpdateSelectedSlotC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official lvintermediary net/minecraft/class_2068named net/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) intvoidread(PacketByteBuf buf) voidwrite(PacketByteBuf buf)
-
Field Details
-
selectedSlot
private int selectedSlot- Mappings:
Namespace Name Mixin selector official aLlv;a:Iintermediary field_8823Lnet/minecraft/class_2068;field_8823:Inamed selectedSlotLnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;selectedSlot:I
-
-
Constructor Details
-
UpdateSelectedSlotC2SPacket
public UpdateSelectedSlotC2SPacket() -
UpdateSelectedSlotC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>Llv;<init>(I)Vintermediary <init>Lnet/minecraft/class_2068;<init>(I)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;<init>(I)V
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ServerPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLht;a(Lgy;)Vintermediary method_7535Lnet/minecraft/class_700;method_7535(Lnet/minecraft/class_1967;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/util/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ServerPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLht;b(Lgy;)Vintermediary method_7539Lnet/minecraft/class_700;method_7539(Lnet/minecraft/class_1967;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLlv;a(Lkx;)Vintermediary method_8027Lnet/minecraft/class_2068;method_8027(Lnet/minecraft/class_2050;)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 aLlv;a()Iintermediary method_8028Lnet/minecraft/class_2068;method_8028()Inamed getSelectedSlotLnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;getSelectedSlot()I
-