| Package | Description | 
|---|---|
| org.bukkit.material | Classes that represents various voxel types and states. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| CocoaPlant.CocoaPlantSize | CocoaPlant. getSize() | Get size of plant | 
| static CocoaPlant.CocoaPlantSize | CocoaPlant.CocoaPlantSize. valueOf(java.lang.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. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | CocoaPlant. setSize(CocoaPlant.CocoaPlantSize sz) | Set size of plant | 
| Constructor | Description | 
|---|---|
| CocoaPlant(CocoaPlant.CocoaPlantSize sz) | |
| CocoaPlant(CocoaPlant.CocoaPlantSize sz,
          BlockFace dir) | 
Copyright © 2018. All rights reserved.