Expand description
Implementations of chat-related features.
Structs§
- A client received a chat message packet.
- Send a chat message (or command, if it starts with a slash) to the server.
- Send a chat packet to the server of a specific kind (chat message or command). Usually you just want
SendChatEvent
instead.
Enums§
- A chat packet, either a system message or a chat message.
- A kind of chat packet, either a chat message or a command.