Uses of Class
org.bukkit.CropState
Package | Description |
---|---|
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 Modifier and Type Method Description static CropState
CropState. getByData(byte data)
Deprecated.Magic valuestatic CropState
CropState. valueOf(java.lang.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 Modifier and Type Method Description CropState
Crops. getState()
Gets the current growth state of this cropMethods in org.bukkit.material with parameters of type CropState Modifier and Type Method Description void
Crops. setState(CropState state)
Sets the growth state of this cropConstructors in org.bukkit.material with parameters of type CropState Constructor Description Crops(CropState state)