| Package | Description | 
|---|---|
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.material | Classes that represents various voxel types and states. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static GrassSpecies | GrassSpecies. getByData(byte data) | Deprecated.
 Magic value | 
| static GrassSpecies | GrassSpecies. valueOf(java.lang.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 are declared. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| GrassSpecies | LongGrass. getSpecies() | Gets the current species of this grass | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | LongGrass. setSpecies(GrassSpecies species) | Sets the species of this grass | 
| Constructor | Description | 
|---|---|
| LongGrass(GrassSpecies species) | 
Copyright © 2018. All rights reserved.