public class EnderChest extends DirectionalContainer
| 构造器和说明 |
|---|
EnderChest() |
EnderChest(BlockFace direction)
实例化一个特定朝向的末影箱.
|
EnderChest(int type)
已过时。
不安全的参数
|
EnderChest(int type,
byte data)
已过时。
不安全的参数
|
EnderChest(Material type) |
EnderChest(Material type,
byte data)
已过时。
不安全的参数
|
| 限定符和类型 | 方法和说明 |
|---|---|
EnderChest |
clone() |
getFacing, setFacingDirection, toStringequals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackpublic EnderChest()
public EnderChest(BlockFace direction)
原文:Instantiate an ender chest facing in a particular direction.
direction - 末影箱箱盖打开方向@Deprecated public EnderChest(int type)
type - the raw type idpublic EnderChest(Material type)
@Deprecated
public EnderChest(int type,
byte data)
type - the raw type iddata - the raw data value@Deprecated public EnderChest(Material type, byte data)
type - the typedata - the raw data valuepublic EnderChest clone()
clone 在类中 DirectionalContainer