Uses of Enum Class
org.bukkit.material.CocoaPlant.CocoaPlantSize
Packages that use CocoaPlant.CocoaPlantSize
-
Uses of CocoaPlant.CocoaPlantSize in org.bukkit.material
Methods in org.bukkit.material that return CocoaPlant.CocoaPlantSizeModifier and TypeMethodDescriptionCocoaPlant.getSize()
Deprecated, for removal: This API element is subject to removal in a future version.Get size of plantstatic CocoaPlant.CocoaPlantSize
Returns the enum constant of this class with the specified name.static CocoaPlant.CocoaPlantSize[]
CocoaPlant.CocoaPlantSize.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.material with parameters of type CocoaPlant.CocoaPlantSizeModifier and TypeMethodDescriptionvoid
CocoaPlant.setSize
(CocoaPlant.CocoaPlantSize sz) Deprecated, for removal: This API element is subject to removal in a future version.Set size of plantConstructors in org.bukkit.material with parameters of type CocoaPlant.CocoaPlantSizeModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.CocoaPlant
(CocoaPlant.CocoaPlantSize sz, BlockFace dir) Deprecated, for removal: This API element is subject to removal in a future version.