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 sh
intermediary net/minecraft/class_2772
named net/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PlayerListHeaderS2CPacket()
-
Method Summary
Modifier and Type Method Description void
apply(ClientPlayPacketListener clientPlayPacketListener)
Text
getFooter()
Text
getHeader()
void
read(PacketByteBuf buf)
void
write(PacketByteBuf buf)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Field Details
-
header
- Mappings:
Namespace Name Mixin selector official a
Lsh;a:Loi;
intermediary field_12683
Lnet/minecraft/class_2772;field_12683:Lnet/minecraft/class_2561;
named header
Lnet/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket;header:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
PlayerListHeaderS2CPacket
public PlayerListHeaderS2CPacket()
-
-
Method Details
-
read
- Specified by:
read
in interfacePacket<ClientPlayPacketListener>
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official a
Lpa;a(Lnw;)V
intermediary method_11053
Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)V
named read
Lnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
-
write
- Specified by:
write
in interfacePacket<ClientPlayPacketListener>
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official b
Lpa;b(Lnw;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lsh;a(Lpd;)V
intermediary method_11907
Lnet/minecraft/class_2772;method_11907(Lnet/minecraft/class_2602;)V
named apply
Lnet/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getHeader
- Mappings:
Namespace Name Mixin selector official b
Lsh;b()Loi;
intermediary method_11908
Lnet/minecraft/class_2772;method_11908()Lnet/minecraft/class_2561;
named getHeader
Lnet/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket;getHeader()Lnet/minecraft/text/Text;
-