StrataUiClosedEvent

class StrataUiClosedEvent(val player: Player, val ownerPlugin: Any, val identity: Long, val session: UiSession, val presentation: UiPresentation?, val category: UiCategory?, val reason: UiCloseReason)(source)

UI ownership has ended, including failed opening. Emitted once; the session cannot reopen. 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, ownerPlugin: Any, identity: Long, session: UiSession, presentation: UiPresentation?, category: UiCategory?, reason: UiCloseReason)

Properties

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