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 TypeFieldDescriptionprivate final intstatic final class_9139<PacketByteBuf,DeathMessageS2CPacket> private 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 voidmethod_55900(PacketByteBuf packetByteBuf) 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
method_55943
-
Field Details
-
field_47953
- Mappings:
Namespace Name Mixin selector official aLacj;a:Lxo;intermediary field_47953Lnet/minecraft/class_5892;field_47953:Lnet/minecraft/class_9139;named field_47953Lnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;field_47953:Lnet/minecraft/class_9139;
-
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
-
method_55900
- Mappings:
Namespace Name Mixin selector official aLacj;a(Luq;)Vintermediary method_55900Lnet/minecraft/class_5892;method_55900(Lnet/minecraft/class_2540;)Vnamed method_55900Lnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;method_55900(Lnet/minecraft/network/PacketByteBuf;)V
-
method_55846
- Specified by:
method_55846in interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLxx;a()Lxz;intermediary method_55846Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;named method_55846Lnet/minecraft/network/packet/Packet;method_55846()Lnet/minecraft/class_9145;
-
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;
-