Class ClearTitleS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.ClearTitleS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public class ClearTitleS2CPacket extends Object implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official pv
intermediary net/minecraft/class_5888
named net/minecraft/network/packet/s2c/play/ClearTitleS2CPacket
-
Field Summary
Fields Modifier and Type Field Description private boolean
reset
-
Constructor Summary
Constructors Constructor Description ClearTitleS2CPacket(boolean reset)
ClearTitleS2CPacket(PacketByteBuf buf)
-
Method Summary
Modifier and Type Method Description void
apply(ClientPlayPacketListener clientPlayPacketListener)
boolean
shouldReset()
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
-
reset
private final boolean reset- Mappings:
Namespace Name Mixin selector official a
Lpv;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>
Lpv;<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>
Lpv;<init>(Lnx;)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
Lpb;a(Lnx;)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
Lpv;a(Lpe;)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
- Mappings:
Namespace Name Mixin selector official b
Lpv;b()Z
intermediary method_34116
Lnet/minecraft/class_5888;method_34116()Z
named shouldReset
Lnet/minecraft/network/packet/s2c/play/ClearTitleS2CPacket;shouldReset()Z
-