类 EnderChest
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.DirectionalContainer
org.bukkit.material.EnderChest
- 所有已实现的接口:
Cloneable
,Directional
代表末影箱.
-
构造器概要
构造器构造器说明EnderChest
(int type) 已过时。不安全的参数EnderChest
(int type, byte data) 已过时。不安全的参数EnderChest
(BlockFace direction) 实例化一个特定朝向的末影箱.EnderChest
(Material type) EnderChest
(Material type, byte data) 已过时。不安全的参数 -
方法概要
从类继承的方法 org.bukkit.material.DirectionalContainer
getFacing, setFacingDirection, toString
从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
EnderChest
public EnderChest() -
EnderChest
实例化一个特定朝向的末影箱.原文:Instantiate an ender chest facing in a particular direction.
- 参数:
direction
- 末影箱箱盖打开方向
-
EnderChest
已过时。不安全的参数- 参数:
type
- the raw type id
-
EnderChest
-
EnderChest
已过时。不安全的参数- 参数:
type
- the raw type iddata
- the raw data value
-
EnderChest
已过时。不安全的参数- 参数:
type
- the typedata
- the raw data value
-
-
方法详细资料
-
clone
- 覆盖:
clone
在类中DirectionalContainer
-