|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GrassSpecies | |
|---|---|
| org.bukkit | More generalized classes in the API. |
| org.bukkit.material | Classes that represents various voxel types and states. |
| Uses of GrassSpecies in org.bukkit |
|---|
| Methods in org.bukkit that return GrassSpecies | |
|---|---|
static GrassSpecies |
GrassSpecies.getByData(byte data)
Gets the GrassSpecies with the given data value |
static GrassSpecies |
GrassSpecies.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GrassSpecies[] |
GrassSpecies.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Uses of GrassSpecies in org.bukkit.material |
|---|
| Methods in org.bukkit.material that return GrassSpecies | |
|---|---|
GrassSpecies |
LongGrass.getSpecies()
Gets the current species of this grass |
| Methods in org.bukkit.material with parameters of type GrassSpecies | |
|---|---|
void |
LongGrass.setSpecies(GrassSpecies species)
Sets the species of this grass |
| Constructors in org.bukkit.material with parameters of type GrassSpecies | |
|---|---|
LongGrass(GrassSpecies species)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||