Uses of Enum Class
org.bukkit.event.player.PlayerQuitEvent.QuitReason
-
Uses of PlayerQuitEvent.QuitReason in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerQuitEvent.getReason()
static PlayerQuitEvent.QuitReason
Returns the enum constant of this class with the specified name.static PlayerQuitEvent.QuitReason[]
PlayerQuitEvent.QuitReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerQuitEvent
(@NotNull Player who, @Nullable String quitMessage, @Nullable PlayerQuitEvent.QuitReason quitReason) Deprecated.PlayerQuitEvent
(@NotNull Player who, Component quitMessage, @Nullable PlayerQuitEvent.QuitReason quitReason)