StrataUiOpenedEvent
class StrataUiOpenedEvent(val player: Player, val ownerPlugin: Plugin, val identity: Long, val session: UiSession, val presentation: UiPresentation, val category: UiCategory?) : Event(source)
The client acknowledged the first native presentation. This does not certify a rendered frame. Delivered synchronously on Paper's primary thread or the player's Folia region. Notification only; it is not cancellable.
Constructors
Link copied to clipboard
constructor(player: Player, ownerPlugin: Plugin, identity: Long, session: UiSession, presentation: UiPresentation, category: UiCategory?)