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 ssintermediary net/minecraft/class_2772named net/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PlayerListHeaderS2CPacket(PacketByteBuf buf) -
Method Summary
Modifier and Type Method Description voidapply(ClientPlayPacketListener clientPlayPacketListener)TextgetFooter()TextgetHeader()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
isWritingErrorSkippable
-
Field Details
-
header
- Mappings:
Namespace Name Mixin selector official aLss;a:Loj;intermediary field_12683Lnet/minecraft/class_2772;field_12683:Lnet/minecraft/class_2561;named headerLnet/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket;header:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
PlayerListHeaderS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Lss;<init>(Lnx;)Vintermediary <init>Lnet/minecraft/class_2772;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLpb;a(Lnx;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLss;a(Lpe;)Vintermediary method_11907Lnet/minecraft/class_2772;method_11907(Lnet/minecraft/class_2602;)Vnamed applyLnet/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getHeader
- Mappings:
Namespace Name Mixin selector official bLss;b()Loj;intermediary method_11908Lnet/minecraft/class_2772;method_11908()Lnet/minecraft/class_2561;named getHeaderLnet/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket;getHeader()Lnet/minecraft/text/Text;
-