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 and Description |
---|---|
static 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()
Gets the current species of this grass
|
Modifier and Type | Method and Description |
---|---|
void |
LongGrass.setSpecies(GrassSpecies species)
Sets the species of this grass
|
Constructor and Description |
---|
LongGrass(GrassSpecies species) |
Copyright © 2021. All rights reserved.