Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.material |
Classes that represents various voxel types and states.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CropState |
Crops.getState()
Gets the current growth state of this crop
|
Modifier and Type | Method and Description |
---|---|
void |
Crops.setState(CropState state)
Sets the growth state of this crop
|
Constructor and Description |
---|
Crops(CropState state) |
Copyright © 2016. All rights reserved.