StrataClientReadyEvent

class StrataClientReadyEvent(val player: Player, val capabilities: UiClientCapabilities) : Event(source)

Successful client negotiation. Emitted once per connection generation. 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, capabilities: UiClientCapabilities)

Types

Link copied to clipboard
object Companion

Bukkit listener registration for this exact event type.

Properties

Link copied to clipboard
Link copied to clipboard
@get:NotNull
open val eventName: @NotNull String
Link copied to clipboard
open override val handlers: HandlerList
Link copied to clipboard
Link copied to clipboard
val player: Player

Functions

Link copied to clipboard
open fun callEvent(): Boolean
Link copied to clipboard
open override fun getHandlers(): HandlerList