Class DeathMessageS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.DeathMessageS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official acj
intermediary net/minecraft/class_5892
named net/minecraft/network/packet/s2c/play/DeathMessageS2CPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf,
DeathMessageS2CPacket> private final int
private final Text
-
Constructor Summary
Constructors -
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.private 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
transitionsNetworkState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lacj;a:Lxo;
intermediary field_47953
Lnet/minecraft/class_5892;field_47953:Lnet/minecraft/class_9139;
named CODEC
Lnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
entityId
private final int entityId- Mappings:
Namespace Name Mixin selector official b
Lacj;b: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 c
Lacj;c:Lvq;
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>
Lacj;<init>(ILvq;)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>
Lacj;<init>(Luq;)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
- Mappings:
Namespace Name Mixin selector official a
Lacj;a(Luq;)V
intermediary method_55900
Lnet/minecraft/class_5892;method_55900(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lxx;a()Lxz;
intermediary method_55846
Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;
named getPacketId
Lnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lacj;a(Laag;)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 c
Lxx;c()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 b
Lacj;b()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 e
Lacj;e()Lvq;
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;
-