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 class
CocoaPlant.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 CocoaPlant
clone()
BlockFace
getAttachedFace()
Gets the face that this block is attached onBlockFace
getFacing()
Gets the direction this block is facingCocoaPlant.CocoaPlantSize
getSize()
Get size of plantvoid
setFacingDirection(BlockFace face)
Sets the direction that this block is facing invoid
setSize(CocoaPlant.CocoaPlantSize sz)
Set size of plantjava.lang.String
toString()
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:Attachable
Gets the face that this block is attached on- Specified by:
getAttachedFace
in interfaceAttachable
- Returns:
- BlockFace attached to
-
setFacingDirection
Description copied from interface:Directional
Sets the direction that this block is facing in- Specified by:
setFacingDirection
in interfaceDirectional
- Parameters:
face
- The facing direction
-
getFacing
Description copied from interface:Directional
Gets the direction this block is facing- Specified by:
getFacing
in interfaceDirectional
- Returns:
- the direction this block is facing
-
clone
- Overrides:
clone
in classMaterialData
-
toString
public java.lang.String toString()- Overrides:
toString
in classMaterialData
-