Package org.bukkit.material
Class CocoaPlant
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.CocoaPlant
- All Implemented Interfaces:
Cloneable
,Attachable
,Directional
@Deprecated(forRemoval=true,
since="1.13")
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
Modifier and TypeClassDescriptionstatic enum
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionDeprecated, 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 plantvoid
setFacingDirection
(BlockFace face) Deprecated, for removal: This API element is subject to removal in a future version.Sets the direction that this block is facing invoid
Deprecated, 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:Attachable
Gets the face that this block is attached on- Specified by:
getAttachedFace
in interfaceAttachable
- Returns:
- BlockFace attached to
-
setFacingDirection
Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
clone
in classMaterialData
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toString
in classMaterialData
-
BlockData
.