パッケージ | 説明 |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.event.world |
修飾子とタイプ | メソッドと説明 |
---|---|
static TreeType |
TreeType.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static TreeType[] |
TreeType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
World.generateTree(Location location,
TreeType type)
Creates a tree at the given
Location |
boolean |
World.generateTree(Location loc,
TreeType type,
BlockChangeDelegate delegate)
Creates a tree at the given
Location |
修飾子とタイプ | メソッドと説明 |
---|---|
TreeType |
StructureGrowEvent.getSpecies()
Gets the species type (birch, normal, pine, red mushroom, brown
mushroom)
|
コンストラクタと説明 |
---|
StructureGrowEvent(Location location,
TreeType species,
boolean bonemeal,
Player player,
List<BlockState> blocks) |
Copyright © 2016. All rights reserved.