StrataClientReadyEvent

class StrataClientReadyEvent(val player: Player, val capabilities: UiClientCapabilities)(source)

Successful client negotiation. Emitted once per connection generation. Delivered by Velocity's event manager without blocking the UI worker. Notification only. Queue session access and state changes through VelocityUi.execute; event fields are detached snapshots.

Constructors

Link copied to clipboard
constructor(player: Player, capabilities: UiClientCapabilities)

Properties

Link copied to clipboard
Link copied to clipboard
val player: Player