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