Uses of Class
org.bukkit.material.CocoaPlant.CocoaPlantSize
Package | Description |
---|---|
org.bukkit.material |
Classes that represents various voxel types and states.
|
-
Uses of CocoaPlant.CocoaPlantSize in org.bukkit.material
Methods in org.bukkit.material that return CocoaPlant.CocoaPlantSize Modifier and Type Method Description CocoaPlant.CocoaPlantSize
CocoaPlant. getSize()
Deprecated.Get size of plantstatic CocoaPlant.CocoaPlantSize
CocoaPlant.CocoaPlantSize. valueOf(String name)
Returns the enum constant of this type with the specified name.static CocoaPlant.CocoaPlantSize[]
CocoaPlant.CocoaPlantSize. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.material with parameters of type CocoaPlant.CocoaPlantSize Modifier and Type Method Description void
CocoaPlant. setSize(CocoaPlant.CocoaPlantSize sz)
Deprecated.Set size of plantConstructors in org.bukkit.material with parameters of type CocoaPlant.CocoaPlantSize Constructor Description CocoaPlant(CocoaPlant.CocoaPlantSize sz)
Deprecated.CocoaPlant(CocoaPlant.CocoaPlantSize sz, BlockFace dir)
Deprecated.