パッケージ | 説明 |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.material |
Classes that represents various voxel types and states.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static CoalType |
CoalType.getByData(byte data)
非推奨です。
Magic value
|
static CoalType |
CoalType.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static CoalType[] |
CoalType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
CoalType |
Coal.getType()
Gets the current type of this coal
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Coal.setType(CoalType type)
Sets the type of this coal
|
コンストラクタと説明 |
---|
Coal(CoalType type) |
Copyright © 2016. All rights reserved.