SessionEvent

class SessionEvent(val session: User) : Event, WebSocketEvent

All events which are related to the minecraft client

Constructors

Link copied to clipboard
constructor(session: User)

Properties

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
open val serializer: Gson
Link copied to clipboard
val session: User