Uses of Class
org.bukkit.GrassSpecies
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.
|
-
Uses of GrassSpecies in org.bukkit
Methods in org.bukkit that return GrassSpecies Modifier and Type Method Description static GrassSpecies
GrassSpecies. getByData(byte data)
Deprecated.Magic valuestatic 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. -
Uses of GrassSpecies in org.bukkit.material
Methods in org.bukkit.material that return GrassSpecies Modifier and Type Method Description GrassSpecies
LongGrass. getSpecies()
Deprecated.Gets the current species of this grassMethods in org.bukkit.material with parameters of type GrassSpecies Modifier and Type Method Description void
LongGrass. setSpecies(GrassSpecies species)
Deprecated.Sets the species of this grassConstructors in org.bukkit.material with parameters of type GrassSpecies Constructor Description LongGrass(GrassSpecies species)
Deprecated.