Class PlayerListHeaderS2CPacket

java.lang.Object
net.minecraft.network.packet.s2c.play.PlayerListHeaderS2CPacket
All Implemented Interfaces:
Packet<ClientPlayPacketListener>

public class PlayerListHeaderS2CPacket extends Object implements Packet<ClientPlayPacketListener>
Mappings:
Namespace Name
official ib
intermediary net/minecraft/class_2587
named net/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket
  • Field Details

  • Constructor Details

    • PlayerListHeaderS2CPacket

      public PlayerListHeaderS2CPacket()
    • PlayerListHeaderS2CPacket

      public PlayerListHeaderS2CPacket(Text header)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lib;<init>(Lew;)V
      intermediary <init> Lnet/minecraft/class_2587;<init>(Lnet/minecraft/class_1982;)V
      named <init> Lnet/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket;<init>(Lnet/minecraft/text/Text;)V
  • Method Details

    • read

      public void read(PacketByteBuf buf) throws IOException
      Specified by:
      read in interface Packet<ClientPlayPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lfh;a(Leo;)V
      intermediary method_7535 Lnet/minecraft/class_700;method_7535(Lnet/minecraft/class_1967;)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<ClientPlayPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official b Lfh;b(Leo;)V
      intermediary method_7539 Lnet/minecraft/class_700;method_7539(Lnet/minecraft/class_1967;)V
      named write Lnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
    • apply

      public void apply(ClientPlayPacketListener clientPlayPacketListener)
      Specified by:
      apply in interface Packet<ClientPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Lib;a(Lfk;)V
      intermediary method_10696 Lnet/minecraft/class_2587;method_10696(Lnet/minecraft/class_1993;)V
      named apply Lnet/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
    • getHeader

      @Environment(CLIENT) public Text getHeader()
      Mappings:
      Namespace Name Mixin selector
      official a Lib;a()Lew;
      intermediary method_10695 Lnet/minecraft/class_2587;method_10695()Lnet/minecraft/class_1982;
      named getHeader Lnet/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket;getHeader()Lnet/minecraft/text/Text;
    • getFooter

      @Environment(CLIENT) public Text getFooter()
      Mappings:
      Namespace Name Mixin selector
      official b Lib;b()Lew;
      intermediary method_10697 Lnet/minecraft/class_2587;method_10697()Lnet/minecraft/class_1982;
      named getFooter Lnet/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket;getFooter()Lnet/minecraft/text/Text;