パッケージ | 説明 |
---|---|
org.bukkit |
More generalized classes in the API.
|
修飾子とタイプ | メソッドと説明 |
---|---|
World.Environment |
WorldCreator.environment()
Gets the environment that will be used to create or load the world
|
World.Environment |
World.getEnvironment()
Gets the
World.Environment type of this world |
static World.Environment |
World.Environment.getEnvironment(int id)
非推奨です。
Magic value
|
static World.Environment |
World.Environment.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static World.Environment[] |
World.Environment.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
WorldCreator |
WorldCreator.environment(World.Environment env)
Sets the environment that will be used to create or load the world
|
Copyright © 2016. All rights reserved.