Package org.bukkit.material
Class CocoaPlant
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.CocoaPlant
- All Implemented Interfaces:
 Cloneable,Attachable,Directional
@Deprecated(since="1.13",
            forRemoval=true)
public class CocoaPlant
extends MaterialData
implements Directional, Attachable
Deprecated, for removal: This API element is subject to removal in a future version.
Represents the cocoa plant
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version. - 
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.CocoaPlant(CocoaPlant.CocoaPlantSize sz, BlockFace dir) Deprecated, for removal: This API element is subject to removal in a future version.CocoaPlant(Material type, byte data) Deprecated.Magic value - 
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Gets the face that this block is attached onDeprecated, for removal: This API element is subject to removal in a future version.Gets the direction this block is facinggetSize()Deprecated, for removal: This API element is subject to removal in a future version.Get size of plantvoidsetFacingDirection(BlockFace face) Deprecated, for removal: This API element is subject to removal in a future version.Sets the direction that this block is facing invoidDeprecated, for removal: This API element is subject to removal in a future version.Set size of planttoString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack 
- 
Constructor Details
- 
CocoaPlant
public CocoaPlant()Deprecated, for removal: This API element is subject to removal in a future version. - 
CocoaPlant
Deprecated.Magic value- Parameters:
 type- the typedata- the raw data value
 - 
CocoaPlant
Deprecated, for removal: This API element is subject to removal in a future version. - 
CocoaPlant
Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 - 
Method Details
- 
getSize
Deprecated, for removal: This API element is subject to removal in a future version.Get size of plant- Returns:
 - size
 
 - 
setSize
Deprecated, for removal: This API element is subject to removal in a future version.Set size of plant- Parameters:
 sz- - size of plant
 - 
getAttachedFace
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:AttachableGets the face that this block is attached on- Specified by:
 getAttachedFacein interfaceAttachable- Returns:
 - BlockFace attached to
 
 - 
setFacingDirection
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DirectionalSets the direction that this block is facing in- Specified by:
 setFacingDirectionin interfaceDirectional- Parameters:
 face- The facing direction
 - 
getFacing
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DirectionalGets the direction this block is facing- Specified by:
 getFacingin interfaceDirectional- Returns:
 - the direction this block is facing
 
 - 
clone
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
 clonein classMaterialData
 - 
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
 toStringin classMaterialData
 
 - 
 
BlockData.