Class TitleS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.TitleS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official yw
intermediary net/minecraft/class_5904
named net/minecraft/network/packet/s2c/play/TitleS2CPacket
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientPlayPacketListener clientPlayPacketListener) getTitle()
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.Packet
isWritingErrorSkippable
-
Field Details
-
title
- Mappings:
Namespace Name Mixin selector official a
Lyw;a:Ltj;
intermediary field_29166
Lnet/minecraft/class_5904;field_29166:Lnet/minecraft/class_2561;
named title
Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket;title:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
TitleS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lyw;<init>(Ltj;)V
intermediary <init>
Lnet/minecraft/class_5904;<init>(Lnet/minecraft/class_2561;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket;<init>(Lnet/minecraft/text/Text;)V
-
TitleS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lyw;<init>(Lss;)V
intermediary <init>
Lnet/minecraft/class_5904;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lvb;a(Lss;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lyw;a(Lve;)V
intermediary method_34191
Lnet/minecraft/class_5904;method_34191(Lnet/minecraft/class_2602;)V
named apply
Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getTitle
- Mappings:
Namespace Name Mixin selector official a
Lyw;a()Ltj;
intermediary method_34192
Lnet/minecraft/class_5904;method_34192()Lnet/minecraft/class_2561;
named getTitle
Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket;getTitle()Lnet/minecraft/text/Text;
-