Uses of Enum Class
org.bukkit.Difficulty
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of Difficulty in org.bukkit
Modifier and TypeMethodDescriptionstatic @Nullable Difficulty
Difficulty.getByValue
(int value) Gets the Difficulty represented by the specified valueWorld.getDifficulty()
Gets the Difficulty of the world.static Difficulty
Returns the enum constant of this class with the specified name.static Difficulty[]
Difficulty.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
World.setDifficulty
(@NotNull Difficulty difficulty) Sets the Difficulty of the world.