new C01PacketChatMessage(String message)
Constructs a new C01PacketChatMessage object with the specified chat message. message is a String representing the text of the chat message.
C01PacketChatMessage
message
String
getMessage(): String
Returns the chat message associated with this packet. The message is returned as a String.
setMessage(String message): void
Sets the chat message associated with this packet. The message should be supplied as a String.
String.
Last updated 1 year ago