PlayerQuitEvent

open class PlayerQuitEvent(player: ServerPlayer, val reason: Component) : PlayerEvents.PlayerEvent<ServerPlayer> (source)

Constructors

Link copied to clipboard
constructor(player: ServerPlayer, reason: Component)

Properties

Link copied to clipboard
val player: ServerPlayer
Link copied to clipboard
val reason: Component