Class ChatMessageC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.ChatMessageC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
A packet used to send a chat message to the server.
This truncates the message to at most 256 characters before sending to the server on the client. If the server receives the message longer than 256 characters, it will reject the message and disconnect the client.
If the message contains an invalid character (see isValidChar
), the server will
reject the message and disconnect the client.
- See Also:
- Mappings:
Namespace Name official vn
intermediary net/minecraft/class_2797
named net/minecraft/network/packet/c2s/play/ChatMessageC2SPacket
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) 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
isWritingErrorSkippable
-
Field Details
-
MAX_LENGTH
private static final int MAX_LENGTH- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lvn;a:I
intermediary field_33359
Lnet/minecraft/class_2797;field_33359:I
named MAX_LENGTH
Lnet/minecraft/network/packet/c2s/play/ChatMessageC2SPacket;MAX_LENGTH:I
-
chatMessage
- Mappings:
Namespace Name Mixin selector official b
Lvn;b:Ljava/lang/String;
intermediary field_12764
Lnet/minecraft/class_2797;field_12764:Ljava/lang/String;
named chatMessage
Lnet/minecraft/network/packet/c2s/play/ChatMessageC2SPacket;chatMessage:Ljava/lang/String;
-
-
Constructor Details
-
ChatMessageC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lvn;<init>(Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2797;<init>(Ljava/lang/String;)V
named <init>
Lnet/minecraft/network/packet/c2s/play/ChatMessageC2SPacket;<init>(Ljava/lang/String;)V
-
ChatMessageC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lvn;<init>(Lpy;)V
intermediary <init>
Lnet/minecraft/class_2797;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/c2s/play/ChatMessageC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lrc;a(Lpy;)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<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lvn;a(Lvi;)V
intermediary method_12115
Lnet/minecraft/class_2797;method_12115(Lnet/minecraft/class_2792;)V
named apply
Lnet/minecraft/network/packet/c2s/play/ChatMessageC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
getChatMessage
- Mappings:
Namespace Name Mixin selector official b
Lvn;b()Ljava/lang/String;
intermediary method_12114
Lnet/minecraft/class_2797;method_12114()Ljava/lang/String;
named getChatMessage
Lnet/minecraft/network/packet/c2s/play/ChatMessageC2SPacket;getChatMessage()Ljava/lang/String;
-