Class DeathMessageS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.DeathMessageS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official zwintermediary 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) 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
getNewNetworkState
-
Field Details
-
entityId
private final int entityId- Mappings:
Namespace Name Mixin selector official aLzw;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 bLzw;b:Lui;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>Lzw;<init>(ILui;)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>Lzw;<init>(Ltl;)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 aLwb;a(Ltl;)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 aLzw;a(Lxu;)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 bLwb;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 aLzw;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 dLzw;d()Lui;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;
-