Uses of Enum Class
org.bukkit.Warning.WarningState
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of Warning.WarningState in org.bukkit
Modifier and TypeMethodDescriptionstatic @NotNull Warning.WarningState
Bukkit.getWarningState()
Gets the current warning state for the server.Server.getWarningState()
Gets the current warning state for the server.static @NotNull Warning.WarningState
This method returns the corresponding warning state for the given string value.static Warning.WarningState
Returns the enum constant of this class with the specified name.static Warning.WarningState[]
Warning.WarningState.values()
Returns an array containing the constants of this enum class, in the order they are declared.