public class CocoaPlant extends MaterialData implements Directional, Attachable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CocoaPlant.CocoaPlantSize  | 
| Constructor and Description | 
|---|
CocoaPlant()  | 
CocoaPlant(CocoaPlant.CocoaPlantSize sz)  | 
CocoaPlant(CocoaPlant.CocoaPlantSize sz,
          BlockFace dir)  | 
CocoaPlant(Material type,
          byte data)
Deprecated. 
 
Magic value 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CocoaPlant | 
clone()  | 
BlockFace | 
getAttachedFace()
Gets the face that this block is attached on 
 | 
BlockFace | 
getFacing()
Gets the direction this block is facing 
 | 
CocoaPlant.CocoaPlantSize | 
getSize()
Get size of plant 
 | 
void | 
setFacingDirection(BlockFace face)
Sets the direction that this block is facing in 
 | 
void | 
setSize(CocoaPlant.CocoaPlantSize sz)
Set size of plant 
 | 
String | 
toString()  | 
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStackpublic CocoaPlant()
@Deprecated public CocoaPlant(Material type, byte data)
type - the typedata - the raw data valuepublic CocoaPlant(CocoaPlant.CocoaPlantSize sz)
public CocoaPlant(CocoaPlant.CocoaPlantSize sz, BlockFace dir)
public CocoaPlant.CocoaPlantSize getSize()
public void setSize(CocoaPlant.CocoaPlantSize sz)
sz - - size of plantpublic BlockFace getAttachedFace()
AttachablegetAttachedFace in interface Attachablepublic void setFacingDirection(BlockFace face)
DirectionalsetFacingDirection in interface Directionalface - The facing directionpublic BlockFace getFacing()
DirectionalgetFacing in interface Directionalpublic CocoaPlant clone()
clone in class MaterialDatapublic String toString()
toString in class MaterialDataCopyright © 2022. All rights reserved.