Chat Receive Event
class ChatReceiveEvent(val message: String, val textData: Component, val type: ChatReceiveEvent.ChatType, val applyChatDecoration: (Component) -> Component) : CancellableEvent, WebSocketEvent
Constructors
Link copied to clipboard
constructor(message: String, textData: Component, type: ChatReceiveEvent.ChatType, applyChatDecoration: (Component) -> Component)
Properties
Link copied to clipboard
Link copied to clipboard
Let you know if the event is canceled
Link copied to clipboard
Link copied to clipboard
Indicates whether the event should be serialized asynchronously. If set to true, the event will be serialized in a separate thread.
Link copied to clipboard
Link copied to clipboard