StrataUiOpenedEvent
class StrataUiOpenedEvent(val player: Player, val ownerPlugin: Any, val identity: Long, val session: UiSession, val presentation: UiPresentation, val category: UiCategory?)(source)
The client acknowledged the first native presentation. This does not certify a rendered frame. 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?)