Class DeathMessageS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.DeathMessageS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official acjintermediary net/minecraft/class_5892named net/minecraft/network/packet/s2c/play/DeathMessageS2CPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf,DeathMessageS2CPacket> private final intprivate final Text -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) intbooleanReturns whether a throwable in writing of this packet allows the connection to simply skip the packet's sending than disconnecting.private 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.Packet
transitionsNetworkState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLacj;a:Lxo;intermediary field_47953Lnet/minecraft/class_5892;field_47953:Lnet/minecraft/class_9139;named CODECLnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
entityId
private final int entityId- Mappings:
Namespace Name Mixin selector official bLacj;b:Iintermediary field_29133Lnet/minecraft/class_5892;field_29133:Inamed entityIdLnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;entityId:I
-
message
- Mappings:
Namespace Name Mixin selector official cLacj;c:Lvq;intermediary field_29135Lnet/minecraft/class_5892;field_29135:Lnet/minecraft/class_2561;named messageLnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;message:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
DeathMessageS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Lacj;<init>(ILvq;)Vintermediary <init>Lnet/minecraft/class_5892;<init>(ILnet/minecraft/class_2561;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;<init>(ILnet/minecraft/text/Text;)V
-
DeathMessageS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Lacj;<init>(Luq;)Vintermediary <init>Lnet/minecraft/class_5892;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector official aLacj;a(Luq;)Vintermediary method_55900Lnet/minecraft/class_5892;method_55900(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
-
getPacketId
- Specified by:
getPacketIdin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLxx;a()Lxz;intermediary method_55846Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;named getPacketIdLnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketIdentifier;
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLacj;a(Laag;)Vintermediary method_34143Lnet/minecraft/class_5892;method_34143(Lnet/minecraft/class_2602;)Vnamed applyLnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
isWritingErrorSkippable
public boolean isWritingErrorSkippable()Returns whether a throwable in writing of this packet allows the connection to simply skip the packet's sending than disconnecting.- Specified by:
isWritingErrorSkippablein interfacePacket<ClientPlayPacketListener>- Returns:
- whether a throwable in writing of this packet allows the connection to simply skip the packet's sending than disconnecting
- Mappings:
Namespace Name Mixin selector official cLxx;c()Zintermediary method_11051Lnet/minecraft/class_2596;method_11051()Znamed isWritingErrorSkippableLnet/minecraft/network/packet/Packet;isWritingErrorSkippable()Z
-
getEntityId
public int getEntityId()- Mappings:
Namespace Name Mixin selector official bLacj;b()Iintermediary method_34144Lnet/minecraft/class_5892;method_34144()Inamed getEntityIdLnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;getEntityId()I
-
getMessage
- Mappings:
Namespace Name Mixin selector official eLacj;e()Lvq;intermediary method_34145Lnet/minecraft/class_5892;method_34145()Lnet/minecraft/class_2561;named getMessageLnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;getMessage()Lnet/minecraft/text/Text;
-