Uses of Class
org.bukkit.GrassSpecies

Packages that use GrassSpecies
org.bukkit More generalized classes in the API. 
org.bukkit.material Classes that represents various voxel types and states. 
 

Uses of GrassSpecies in org.bukkit
 

Methods in org.bukkit that return GrassSpecies
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.
 

Uses of GrassSpecies in org.bukkit.material
 

Methods in org.bukkit.material that return GrassSpecies
 GrassSpecies LongGrass.getSpecies()
          Gets the current species of this grass
 

Methods in org.bukkit.material with parameters of type GrassSpecies
 void LongGrass.setSpecies(GrassSpecies species)
          Sets the species of this grass
 

Constructors in org.bukkit.material with parameters of type GrassSpecies
LongGrass(GrassSpecies species)
           
 



Copyright © 2014. All rights reserved.