Uses of Class
org.bukkit.CropState

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

Uses of CropState in org.bukkit
 

Methods in org.bukkit that return CropState
static CropState CropState.getByData(byte data)
          Deprecated. Magic value
static CropState CropState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CropState[] CropState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CropState in org.bukkit.material
 

Methods in org.bukkit.material that return CropState
 CropState Crops.getState()
          Gets the current growth state of this crop
 

Methods in org.bukkit.material with parameters of type CropState
 void Crops.setState(CropState state)
          Sets the growth state of this crop
 

Constructors in org.bukkit.material with parameters of type CropState
Crops(CropState state)
           
 



Copyright © 2014. All rights reserved.