Class DeathMessageS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.DeathMessageS2CPacket
- All Implemented Interfaces:
 Packet<ClientPlayPacketListener>
- Mappings:
 Namespace Name official wwintermediary net/minecraft/class_5892named net/minecraft/network/packet/s2c/play/DeathMessageS2CPacket
- 
Field Summary
Fields - 
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.voidwrite(PacketByteBuf buf)  
- 
Field Details
- 
entityId
private final int entityId- Mappings:
 Namespace Name Mixin selector official aLww;a: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 bLww;b:Lsw;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>Lww;<init>(ILsw;)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>Lww;<init>(Lsf;)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
- Specified by:
 writein interfacePacket<ClientPlayPacketListener>- Mappings:
 Namespace Name Mixin selector official aLuo;a(Lsf;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
 - 
apply
- Specified by:
 applyin interfacePacket<ClientPlayPacketListener>- Mappings:
 Namespace Name Mixin selector official aLww;a(Lur;)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>- Mappings:
 Namespace Name Mixin selector official bLuo;b()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 aLww;a()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 cLww;c()Lsw;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;
 
 -