Package | Description |
---|---|
io.papermc.paper.event.player |
Modifier and Type | Class and Description |
---|---|
class |
AsyncChatEvent
An event fired when a
Player sends a chat message to the server. |
class |
ChatEvent
Deprecated.
Listening to this event forces chat to wait for the main thread, delaying chat messages. It is recommended to use
AsyncChatEvent instead, wherever possible. |
Copyright © 2021. All rights reserved.