Package | Description |
---|---|
org.bukkit.event.player |
Modifier and Type | Method | Description |
---|---|---|
PlayerQuitEvent.QuitReason |
PlayerQuitEvent.getReason() |
|
static PlayerQuitEvent.QuitReason |
PlayerQuitEvent.QuitReason.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PlayerQuitEvent.QuitReason[] |
PlayerQuitEvent.QuitReason.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
PlayerQuitEvent(Player who,
String quitMessage,
PlayerQuitEvent.QuitReason quitReason) |
Copyright © 2021. All rights reserved.