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 SummaryNested ClassesModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, 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 SummaryModifier 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.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
CocoaPlantpublic CocoaPlant()Deprecated, for removal: This API element is subject to removal in a future version.
- 
CocoaPlantDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
- 
CocoaPlantDeprecated, for removal: This API element is subject to removal in a future version.
- 
CocoaPlantDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
getSizeDeprecated, for removal: This API element is subject to removal in a future version.Get size of plant- Returns:
- size
 
- 
setSizeDeprecated, for removal: This API element is subject to removal in a future version.Set size of plant- Parameters:
- sz- - size of plant
 
- 
getAttachedFaceDeprecated, 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 interface- Attachable
- Returns:
- BlockFace attached to
 
- 
setFacingDirectionDeprecated, 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 interface- Directional
- Parameters:
- face- The facing direction
 
- 
getFacingDeprecated, 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 interface- Directional
- Returns:
- the direction this block is facing
 
- 
cloneDeprecated, for removal: This API element is subject to removal in a future version.- Overrides:
- clonein class- MaterialData
 
- 
toStringDeprecated, for removal: This API element is subject to removal in a future version.- Overrides:
- toStringin class- MaterialData
 
 
- 
BlockData.