StrataUiPresentationChangedEvent

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

The client acknowledged a different presentation for the same retained UI. 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, previous: UiPresentation, presentation: UiPresentation, category: UiCategory?)

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