BlockData
.@Deprecated public class Pumpkin extends MaterialData implements Directional
Constructor and Description |
---|
Pumpkin()
Deprecated.
|
Pumpkin(BlockFace direction)
Deprecated.
Instantiate a pumpkin facing in a particular direction.
|
Pumpkin(Material type)
Deprecated.
|
Pumpkin(Material type,
byte data)
Deprecated.
Magic value
|
Modifier and Type | Method and Description |
---|---|
Pumpkin |
clone()
Deprecated.
|
BlockFace |
getFacing()
Deprecated.
Gets the direction this block is facing
|
boolean |
isLit()
Deprecated.
|
void |
setFacingDirection(BlockFace face)
Deprecated.
Sets the direction that this block is facing in
|
String |
toString()
Deprecated.
|
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
public Pumpkin()
public Pumpkin(BlockFace direction)
direction
- the direction the pumkin's face is facingpublic Pumpkin(Material type)
@Deprecated public Pumpkin(Material type, byte data)
type
- the typedata
- the raw data valuepublic boolean isLit()
public void setFacingDirection(BlockFace face)
Directional
setFacingDirection
in interface Directional
face
- The facing directionpublic BlockFace getFacing()
Directional
getFacing
in interface Directional
public String toString()
toString
in class MaterialData
public Pumpkin clone()
clone
in class MaterialData
Copyright © 2021. All rights reserved.