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