Class ClearTitleS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.ClearTitleS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official vt
intermediary net/minecraft/class_5888
named net/minecraft/network/packet/s2c/play/ClearTitleS2CPacket
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientPlayPacketListener clientPlayPacketListener) boolean
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
-
reset
private final boolean reset- Mappings:
Namespace Name Mixin selector official a
Lvt;a:Z
intermediary field_29122
Lnet/minecraft/class_5888;field_29122:Z
named reset
Lnet/minecraft/network/packet/s2c/play/ClearTitleS2CPacket;reset:Z
-
-
Constructor Details
-
ClearTitleS2CPacket
public ClearTitleS2CPacket(boolean reset) - Mappings:
Namespace Name Mixin selector official <init>
Lvt;<init>(Z)V
intermediary <init>
Lnet/minecraft/class_5888;<init>(Z)V
named <init>
Lnet/minecraft/network/packet/s2c/play/ClearTitleS2CPacket;<init>(Z)V
-
ClearTitleS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lvt;<init>(Lss;)V
intermediary <init>
Lnet/minecraft/class_5888;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/ClearTitleS2CPacket;<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
Lvt;a(Lve;)V
intermediary method_34115
Lnet/minecraft/class_5888;method_34115(Lnet/minecraft/class_2602;)V
named apply
Lnet/minecraft/network/packet/s2c/play/ClearTitleS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
shouldReset
public boolean shouldReset()- Mappings:
Namespace Name Mixin selector official a
Lvt;a()Z
intermediary method_34116
Lnet/minecraft/class_5888;method_34116()Z
named shouldReset
Lnet/minecraft/network/packet/s2c/play/ClearTitleS2CPacket;shouldReset()Z
-