Uses of Class
org.bukkit.Difficulty
-
Packages that use Difficulty Package Description org.bukkit The root package of the Bukkit API, contains generalized API classes. -
-
Uses of Difficulty in org.bukkit
Methods in org.bukkit that return Difficulty Modifier and Type Method Description static @Nullable DifficultyDifficulty. getByValue(int value)Deprecated.Magic value@NotNull DifficultyWorld. getDifficulty()Gets the Difficulty of the world.static DifficultyDifficulty. valueOf(String name)Returns the enum constant of this type with the specified name.static Difficulty[]Difficulty. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit with parameters of type Difficulty Modifier and Type Method Description voidWorld. setDifficulty(@NotNull Difficulty difficulty)Sets the Difficulty of the world.
-