Uses of Enum Class
org.bukkit.GrassSpecies
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes that represents various voxel types and states.
-
Uses of GrassSpecies in org.bukkit
Modifier and TypeMethodDescriptionstatic @Nullable GrassSpecies
GrassSpecies.getByData
(byte data) Deprecated.Magic valuestatic GrassSpecies
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static GrassSpecies[]
GrassSpecies.values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GrassSpecies in org.bukkit.material
Modifier and TypeMethodDescriptionLongGrass.getSpecies()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the current species of this grassModifier and TypeMethodDescriptionvoid
LongGrass.setSpecies
(GrassSpecies species) Deprecated, for removal: This API element is subject to removal in a future version.Sets the species of this grassModifierConstructorDescriptionLongGrass
(GrassSpecies species) Deprecated, for removal: This API element is subject to removal in a future version.