Class ServerboundChatPacket
java.lang.Object
net.minecraft.network.protocol.game.ServerboundChatPacket
- All Implemented Interfaces:
Packet<ServerGamePacketListener>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionServerboundChatPacket(String p_133830_) ServerboundChatPacket(FriendlyByteBuf p_179545_) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ServerGamePacketListener p_133836_) voidwrite(FriendlyByteBuf p_133839_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
isSkippable
-
Field Details
-
MAX_MESSAGE_LENGTH
private static final int MAX_MESSAGE_LENGTH- See Also:
-
message
-
-
Constructor Details
-
ServerboundChatPacket
-
ServerboundChatPacket
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<ServerGamePacketListener>
-
handle
- Specified by:
handlein interfacePacket<ServerGamePacketListener>
-
getMessage
-