パッケージ | 説明 |
---|---|
org.bukkit |
More generalized classes in the API.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static WorldType |
WorldType.getByName(String name)
Gets a Worldtype by its name
|
WorldType |
World.getWorldType()
Gets the type of this world.
|
WorldType |
WorldCreator.type()
Gets the type of the world that will be created or loaded
|
static WorldType |
WorldType.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static WorldType[] |
WorldType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
WorldCreator |
WorldCreator.type(WorldType type)
Sets the type of the world that will be created or loaded
|
Copyright © 2016. All rights reserved.