Class GameMessageS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.GameMessageS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public class GameMessageS2CPacket extends Object implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official pu
intermediary net/minecraft/class_2635
named net/minecraft/network/packet/s2c/play/GameMessageS2CPacket
-
Field Summary
Fields Modifier and Type Field Description private MessageType
location
private Text
message
private UUID
senderUuid
-
Constructor Summary
Constructors Constructor Description GameMessageS2CPacket(PacketByteBuf buf)
GameMessageS2CPacket(Text message, MessageType location, UUID senderUuid)
-
Method Summary
Modifier and Type Method Description void
apply(ClientPlayPacketListener clientPlayPacketListener)
MessageType
getLocation()
Text
getMessage()
UUID
getSenderUuid()
boolean
isWritingErrorSkippable()
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)
-
Field Details
-
message
- Mappings:
Namespace Name Mixin selector official a
Lpu;a:Loj;
intermediary field_12112
Lnet/minecraft/class_2635;field_12112:Lnet/minecraft/class_2561;
named message
Lnet/minecraft/network/packet/s2c/play/GameMessageS2CPacket;message:Lnet/minecraft/text/Text;
-
location
- Mappings:
Namespace Name Mixin selector official b
Lpu;b:Log;
intermediary field_12113
Lnet/minecraft/class_2635;field_12113:Lnet/minecraft/class_2556;
named location
Lnet/minecraft/network/packet/s2c/play/GameMessageS2CPacket;location:Lnet/minecraft/network/MessageType;
-
senderUuid
- Mappings:
Namespace Name Mixin selector official c
Lpu;c:Ljava/util/UUID;
intermediary field_25133
Lnet/minecraft/class_2635;field_25133:Ljava/util/UUID;
named senderUuid
Lnet/minecraft/network/packet/s2c/play/GameMessageS2CPacket;senderUuid:Ljava/util/UUID;
-
-
Constructor Details
-
GameMessageS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lpu;<init>(Loj;Log;Ljava/util/UUID;)V
intermediary <init>
Lnet/minecraft/class_2635;<init>(Lnet/minecraft/class_2561;Lnet/minecraft/class_2556;Ljava/util/UUID;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/GameMessageS2CPacket;<init>(Lnet/minecraft/text/Text;Lnet/minecraft/network/MessageType;Ljava/util/UUID;)V
-
GameMessageS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lpu;<init>(Lnx;)V
intermediary <init>
Lnet/minecraft/class_2635;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/GameMessageS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lpb;a(Lnx;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lpu;a(Lpe;)V
intermediary method_11386
Lnet/minecraft/class_2635;method_11386(Lnet/minecraft/class_2602;)V
named apply
Lnet/minecraft/network/packet/s2c/play/GameMessageS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getMessage
- Mappings:
Namespace Name Mixin selector official b
Lpu;b()Loj;
intermediary method_11388
Lnet/minecraft/class_2635;method_11388()Lnet/minecraft/class_2561;
named getMessage
Lnet/minecraft/network/packet/s2c/play/GameMessageS2CPacket;getMessage()Lnet/minecraft/text/Text;
-
getLocation
- Mappings:
Namespace Name Mixin selector official c
Lpu;c()Log;
intermediary method_11389
Lnet/minecraft/class_2635;method_11389()Lnet/minecraft/class_2556;
named getLocation
Lnet/minecraft/network/packet/s2c/play/GameMessageS2CPacket;getLocation()Lnet/minecraft/network/MessageType;
-
getSenderUuid
- Mappings:
Namespace Name Mixin selector official d
Lpu;d()Ljava/util/UUID;
intermediary method_29175
Lnet/minecraft/class_2635;method_29175()Ljava/util/UUID;
named getSenderUuid
Lnet/minecraft/network/packet/s2c/play/GameMessageS2CPacket;getSenderUuid()Ljava/util/UUID;
-
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>
- Mappings:
Namespace Name Mixin selector official a
Lpb;a()Z
intermediary method_11051
Lnet/minecraft/class_2596;method_11051()Z
named isWritingErrorSkippable
Lnet/minecraft/network/Packet;isWritingErrorSkippable()Z
-