Uses of Enum Class
org.bukkit.CropState
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes that represents various voxel types and states.
-
Uses of CropState in org.bukkit
Modifier and TypeMethodDescriptionCropState.getByData
(byte data) Deprecated.Magic valuestatic CropState
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static CropState[]
CropState.values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CropState in org.bukkit.material
Modifier and TypeFieldDescriptionprotected static final CropState
Crops.DEFAULT_STATE
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionCrops.getState()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the current growth state of this crop For crops with only four growth states such as beetroot, only the values SEEDED, SMALL, TALL and RIPE will be returned.Modifier and TypeMethodDescriptionvoid
Deprecated, for removal: This API element is subject to removal in a future version.Sets the growth state of this crop For crops with only four growth states such as beetroot, the 8 CropStates are mapped into four states: SEEDED, SMALL, TALL and RIPE GERMINATED will change to SEEDED VERY_SMALL will change to SMALL MEDIUM will change to TALL VERY_TALL will change to RIPEModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructs a wheat crop block in the given growth stateDeprecated, for removal: This API element is subject to removal in a future version.Constructs a crop block of the given type and in the given growth state