Class UpdateSelectedSlotC2SPacket

java.lang.Object
net.minecraft.network.packet.c2s.play.UpdateSelectedSlotC2SPacket
All Implemented Interfaces:
Packet<ServerPlayPacketListener>

public class UpdateSelectedSlotC2SPacket
extends Object
implements Packet<ServerPlayPacketListener>
Mappings:
Namespace Name
official iv
intermediary net/minecraft/class_1576
named net/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket
  • Field Details

    • selectedSlot

      private int selectedSlot
      Mappings:
      Namespace Name Mixin selector
      official a Liv;a:I
      intermediary field_6459 Lnet/minecraft/class_1576;field_6459:I
      named selectedSlot Lnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;selectedSlot:I
  • Constructor Details

    • UpdateSelectedSlotC2SPacket

      public UpdateSelectedSlotC2SPacket()
    • UpdateSelectedSlotC2SPacket

      @Environment(CLIENT) public UpdateSelectedSlotC2SPacket​(int slot)
      Mappings:
      Namespace Name Mixin selector
      official <init> Liv;<init>(I)V
      intermediary <init> Lnet/minecraft/class_1576;<init>(I)V
      named <init> Lnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;<init>(I)V
  • Method Details

    • read

      public void read​(PacketByteBuf buf) throws IOException
      Specified by:
      read in interface Packet<ServerPlayPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lff;a(Lem;)V
      intermediary method_5238 Lnet/minecraft/class_1457;method_5238(Lnet/minecraft/class_1435;)V
      named read Lnet/minecraft/network/Packet;read(Lnet/minecraft/util/PacketByteBuf;)V
    • write

      public void write​(PacketByteBuf buf) throws IOException
      Specified by:
      write in interface Packet<ServerPlayPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official b Lff;b(Lem;)V
      intermediary method_5240 Lnet/minecraft/class_1457;method_5240(Lnet/minecraft/class_1435;)V
      named write Lnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
    • apply

      public void apply​(ServerPlayPacketListener serverPlayPacketListener)
      Specified by:
      apply in interface Packet<ServerPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Liv;a(Lic;)V
      intermediary method_5805 Lnet/minecraft/class_1576;method_5805(Lnet/minecraft/class_1550;)V
      named apply Lnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
    • getSelectedSlot

      public int getSelectedSlot()
      Mappings:
      Namespace Name Mixin selector
      official a Liv;a()I
      intermediary method_5804 Lnet/minecraft/class_1576;method_5804()I
      named getSelectedSlot Lnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;getSelectedSlot()I