パッケージ | 説明 |
---|---|
org.bukkit |
More generalized classes in the API.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static Difficulty |
Difficulty.getByValue(int value)
非推奨です。
Magic value
|
Difficulty |
World.getDifficulty()
Gets the Difficulty of the world.
|
static Difficulty |
Difficulty.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Difficulty[] |
Difficulty.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
World.setDifficulty(Difficulty difficulty)
Sets the Difficulty of the world.
|
Copyright © 2016. All rights reserved.