Package org.bukkit.material
Class Pumpkin
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Pumpkin
- All Implemented Interfaces:
 Cloneable,Directional
@Deprecated(since="1.13",
            forRemoval=true)
public class Pumpkin
extends MaterialData
implements Directional
Deprecated, for removal: This API element is subject to removal in a future version.
Represents a pumpkin.
- 
Constructor Summary
ConstructorsConstructorDescriptionPumpkin()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.Instantiate a pumpkin facing in a particular direction.Deprecated, for removal: This API element is subject to removal in a future version.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 direction this block is facingbooleanisLit()Deprecated, for removal: This API element is subject to removal in a future version.voidsetFacingDirection(BlockFace face) Deprecated, for removal: This API element is subject to removal in a future version.Sets the direction that this block is facing intoString()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
- 
Pumpkin
public Pumpkin()Deprecated, for removal: This API element is subject to removal in a future version. - 
Pumpkin
Deprecated, for removal: This API element is subject to removal in a future version.Instantiate a pumpkin facing in a particular direction.- Parameters:
 direction- the direction the pumkin's face is facing
 - 
Pumpkin
Deprecated, for removal: This API element is subject to removal in a future version. - 
Pumpkin
Deprecated.Magic value- Parameters:
 type- the typedata- the raw data value
 
 - 
 - 
Method Details
- 
isLit
public boolean isLit()Deprecated, for removal: This API element is subject to removal in a future version. - 
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
 
 - 
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
 toStringin classMaterialData
 - 
clone
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
 clonein classMaterialData
 
 - 
 
BlockData.