| Package | Description | 
|---|---|
| org.bukkit | 
 The root package of the Bukkit API, contains generalized API classes. 
 | 
| org.bukkit.material | 
 Classes that represents various voxel types and states. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static @Nullable GrassSpecies | 
GrassSpecies.getByData(byte data)
Deprecated. 
 
Magic 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 are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GrassSpecies | 
LongGrass.getSpecies()
Deprecated.  
Gets the current species of this grass 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LongGrass.setSpecies(GrassSpecies species)
Deprecated.  
Sets the species of this grass 
 | 
| Constructor and Description | 
|---|
LongGrass(GrassSpecies species)
Deprecated.  
  | 
Copyright © 2022. All rights reserved.