Package org.bukkit.material
Class CocoaPlant
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.CocoaPlant
- All Implemented Interfaces:
java.lang.Cloneable,Attachable,Directional
public class CocoaPlant extends MaterialData implements Directional, Attachable
Represents the cocoa plant
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCocoaPlant.CocoaPlantSize -
Constructor Summary
Constructors Constructor Description CocoaPlant()CocoaPlant(int type)Deprecated.Magic valueCocoaPlant(int type, byte data)Deprecated.Magic valueCocoaPlant(CocoaPlant.CocoaPlantSize sz)CocoaPlant(CocoaPlant.CocoaPlantSize sz, BlockFace dir) -
Method Summary
Modifier and Type Method Description CocoaPlantclone()BlockFacegetAttachedFace()Gets the face that this block is attached onBlockFacegetFacing()Gets the direction this block is facingCocoaPlant.CocoaPlantSizegetSize()Get size of plantvoidsetFacingDirection(BlockFace face)Sets the direction that this block is facing invoidsetSize(CocoaPlant.CocoaPlantSize sz)Set size of plantjava.lang.StringtoString()Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
CocoaPlant
public CocoaPlant() -
CocoaPlant
@Deprecated public CocoaPlant(int type)Deprecated.Magic value- Parameters:
type- the raw type id
-
CocoaPlant
@Deprecated public CocoaPlant(int type, byte data)Deprecated.Magic value- Parameters:
type- the raw type iddata- the raw data value
-
CocoaPlant
-
CocoaPlant
-
-
Method Details
-
getSize
Get size of plant- Returns:
- size
-
setSize
Set size of plant- Parameters:
sz- - size of plant
-
getAttachedFace
Description copied from interface:AttachableGets the face that this block is attached on- Specified by:
getAttachedFacein interfaceAttachable- Returns:
- BlockFace attached to
-
setFacingDirection
Description copied from interface:DirectionalSets the direction that this block is facing in- Specified by:
setFacingDirectionin interfaceDirectional- Parameters:
face- The facing direction
-
getFacing
Description copied from interface:DirectionalGets the direction this block is facing- Specified by:
getFacingin interfaceDirectional- Returns:
- the direction this block is facing
-
clone
- Overrides:
clonein classMaterialData
-
toString
public java.lang.String toString()- Overrides:
toStringin classMaterialData
-