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