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(int type)Deprecated. 
 Magic value | 
| CocoaPlant(int 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, getItemTypeId, hashCode, setData, toItemStack, toItemStackpublic CocoaPlant()
@Deprecated public CocoaPlant(int type)
type - the raw type id@Deprecated public CocoaPlant(int type, byte data)
type - the raw type iddata - 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 © 2016. All rights reserved.