Package org.bukkit.material
Class CocoaPlant
- java.lang.Object
-
- org.bukkit.material.MaterialData
-
- org.bukkit.material.CocoaPlant
-
- All Implemented Interfaces:
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(CocoaPlant.CocoaPlantSize sz)CocoaPlant(CocoaPlant.CocoaPlantSize sz, BlockFace dir)CocoaPlant(Material type, byte data)Deprecated.Magic value
-
Method Summary
All Methods Instance Methods Concrete Methods 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 plantStringtoString()-
Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
-
-
-
Constructor Detail
-
CocoaPlant
public CocoaPlant()
-
CocoaPlant
@Deprecated public CocoaPlant(Material type, byte data)
Deprecated.Magic value- Parameters:
type- the typedata- the raw data value
-
CocoaPlant
public CocoaPlant(CocoaPlant.CocoaPlantSize sz)
-
CocoaPlant
public CocoaPlant(CocoaPlant.CocoaPlantSize sz, BlockFace dir)
-
-
Method Detail
-
getSize
public CocoaPlant.CocoaPlantSize getSize()
Get size of plant- Returns:
- size
-
setSize
public void setSize(CocoaPlant.CocoaPlantSize sz)
Set size of plant- Parameters:
sz- - size of plant
-
getAttachedFace
public BlockFace getAttachedFace()
Description copied from interface:AttachableGets the face that this block is attached on- Specified by:
getAttachedFacein interfaceAttachable- Returns:
- BlockFace attached to
-
setFacingDirection
public void setFacingDirection(BlockFace face)
Description copied from interface:DirectionalSets the direction that this block is facing in- Specified by:
setFacingDirectionin interfaceDirectional- Parameters:
face- The facing direction
-
getFacing
public BlockFace getFacing()
Description copied from interface:DirectionalGets the direction this block is facing- Specified by:
getFacingin interfaceDirectional- Returns:
- the direction this block is facing
-
clone
public CocoaPlant clone()
- Overrides:
clonein classMaterialData
-
toString
public String toString()
- Overrides:
toStringin classMaterialData
-
-