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