C01PacketChatMessage
new C01PacketChatMessage(String message)
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.
getMessage(): String
getMessage(): StringReturns the chat message associated with this packet. The message is returned as a String.
setMessage(String message): void
setMessage(String message): voidSets the chat message associated with this packet. The message should be supplied as a String.
Last updated