Class DeathMessageS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.DeathMessageS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official abc
intermediary net/minecraft/class_5892
named net/minecraft/network/packet/s2c/play/DeathMessageS2CPacket
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientPlayPacketListener clientPlayPacketListener) int
boolean
Returns whether a throwable in writing of this packet allows the connection to simply skip the packet's sending than disconnecting.void
write
(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.packet.Packet
getNewNetworkState
-
Field Details
-
entityId
private final int entityId- Mappings:
Namespace Name Mixin selector official a
Labc;a:I
intermediary field_29133
Lnet/minecraft/class_5892;field_29133:I
named entityId
Lnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;entityId:I
-
message
- Mappings:
Namespace Name Mixin selector official b
Labc;b:Lvf;
intermediary field_29135
Lnet/minecraft/class_5892;field_29135:Lnet/minecraft/class_2561;
named message
Lnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;message:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
DeathMessageS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Labc;<init>(ILvf;)V
intermediary <init>
Lnet/minecraft/class_5892;<init>(ILnet/minecraft/class_2561;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;<init>(ILnet/minecraft/text/Text;)V
-
DeathMessageS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Labc;<init>(Lui;)V
intermediary <init>
Lnet/minecraft/class_5892;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lxf;a(Lui;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Labc;a(Lza;)V
intermediary method_34143
Lnet/minecraft/class_5892;method_34143(Lnet/minecraft/class_2602;)V
named apply
Lnet/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:
isWritingErrorSkippable
in 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 b
Lxf;b()Z
intermediary method_11051
Lnet/minecraft/class_2596;method_11051()Z
named isWritingErrorSkippable
Lnet/minecraft/network/packet/Packet;isWritingErrorSkippable()Z
-
getEntityId
public int getEntityId()- Mappings:
Namespace Name Mixin selector official a
Labc;a()I
intermediary method_34144
Lnet/minecraft/class_5892;method_34144()I
named getEntityId
Lnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;getEntityId()I
-
getMessage
- Mappings:
Namespace Name Mixin selector official d
Labc;d()Lvf;
intermediary method_34145
Lnet/minecraft/class_5892;method_34145()Lnet/minecraft/class_2561;
named getMessage
Lnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;getMessage()Lnet/minecraft/text/Text;
-