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 pvintermediary net/minecraft/class_5888named net/minecraft/network/packet/s2c/play/ClearTitleS2CPacket
-
Field Summary
Fields Modifier and Type Field Description private booleanreset -
Constructor Summary
Constructors Constructor Description ClearTitleS2CPacket(boolean reset)ClearTitleS2CPacket(PacketByteBuf buf) -
Method Summary
Modifier and Type Method Description voidapply(ClientPlayPacketListener clientPlayPacketListener)booleanshouldReset()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
-
reset
private final boolean reset- Mappings:
Namespace Name Mixin selector official aLpv;a:Zintermediary field_29122Lnet/minecraft/class_5888;field_29122:Znamed resetLnet/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)Vintermediary <init>Lnet/minecraft/class_5888;<init>(Z)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/ClearTitleS2CPacket;<init>(Z)V
-
ClearTitleS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Lpv;<init>(Lnx;)Vintermediary <init>Lnet/minecraft/class_5888;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/ClearTitleS2CPacket;<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 aLpv;a(Lpe;)Vintermediary method_34115Lnet/minecraft/class_5888;method_34115(Lnet/minecraft/class_2602;)Vnamed applyLnet/minecraft/network/packet/s2c/play/ClearTitleS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
shouldReset
- Mappings:
Namespace Name Mixin selector official bLpv;b()Zintermediary method_34116Lnet/minecraft/class_5888;method_34116()Znamed shouldResetLnet/minecraft/network/packet/s2c/play/ClearTitleS2CPacket;shouldReset()Z
-