|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Difficulty | |
|---|---|
| org.bukkit | More generalized classes in the API. |
| Uses of Difficulty in org.bukkit |
|---|
| Methods in org.bukkit that return Difficulty | |
|---|---|
static Difficulty |
Difficulty.getByValue(int value)
Gets the Difficulty represented by the specified value |
Difficulty |
World.getDifficulty()
Gets the Difficulty of the world. |
static Difficulty |
Difficulty.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're declared. |
| Methods in org.bukkit with parameters of type Difficulty | |
|---|---|
void |
World.setDifficulty(Difficulty difficulty)
Sets the Difficulty of the world. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||