public class Chest extends DirectionalContainer
コンストラクタと説明 |
---|
Chest() |
Chest(BlockFace direction)
Instantiate a chest facing in a particular direction.
|
Chest(int type)
非推奨です。
Magic value
|
Chest(int type,
byte data)
非推奨です。
Magic value
|
Chest(Material type) |
Chest(Material type,
byte data)
非推奨です。
Magic value
|
修飾子とタイプ | メソッドと説明 |
---|---|
Chest |
clone() |
getFacing, setFacingDirection, toString
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
public Chest()
public Chest(BlockFace direction)
direction
- the direction the chest's lit opens towards@Deprecated public Chest(int type)
type
- the raw type idpublic Chest(Material type)
@Deprecated public Chest(int type, byte data)
type
- the raw type iddata
- the raw data value@Deprecated public Chest(Material type, byte data)
type
- the typedata
- the raw data valuepublic Chest clone()
clone
クラス内 DirectionalContainer
Copyright © 2016. All rights reserved.