Cloneable
, Directional
BlockData
.@Deprecated public class Chest extends DirectionalContainer
Constructor | Description |
---|---|
Chest() |
Deprecated.
|
Chest(BlockFace direction) |
Deprecated.
Instantiate a chest facing in a particular direction.
|
Chest(Material type) |
Deprecated.
|
Chest(Material type,
byte data) |
Deprecated.
Magic value
|
Modifier and Type | Method | Description |
---|---|---|
Chest |
clone() |
Deprecated.
|
getFacing, setFacingDirection, toString
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
public Chest()
public Chest(BlockFace direction)
direction
- the direction the chest's lit opens towardspublic Chest(Material type)
@Deprecated public Chest(Material type, byte data)
type
- the typedata
- the raw data valuepublic Chest clone()
clone
in class DirectionalContainer
Copyright © 2019. All rights reserved.