StrataClientDisconnectedEvent

class StrataClientDisconnectedEvent(val player: Player, val reason: UiCloseReason)(source)

A previously ready Strata connection has ended; all its UIs are already terminal. 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, reason: UiCloseReason)

Properties

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