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