Uses of Enum Class
org.bukkit.GrassSpecies
Packages that use 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
Subclasses with type arguments of type GrassSpecies in org.bukkitMethods in org.bukkit that return GrassSpeciesModifier and TypeMethodDescriptionstatic GrassSpeciesGrassSpecies.getByData(byte data) Deprecated.Magic valuestatic GrassSpeciesReturns the enum constant of this class with the specified name.static GrassSpecies[]GrassSpecies.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GrassSpecies in org.bukkit.material
Methods in org.bukkit.material that return GrassSpeciesModifier and TypeMethodDescriptionLongGrass.getSpecies()Deprecated.Gets the current species of this grassMethods in org.bukkit.material with parameters of type GrassSpeciesModifier and TypeMethodDescriptionvoidLongGrass.setSpecies(GrassSpecies species) Deprecated.Sets the species of this grassConstructors in org.bukkit.material with parameters of type GrassSpecies