类 EnderChest

所有已实现的接口:
Cloneable, Directional

public class EnderChest extends DirectionalContainer
代表末影箱.
  • 构造器详细资料

    • EnderChest

      public EnderChest()
    • EnderChest

      public EnderChest(BlockFace direction)
      实例化一个特定朝向的末影箱.

      原文:Instantiate an ender chest facing in a particular direction.

      参数:
      direction - 末影箱箱盖打开方向
    • EnderChest

      @Deprecated public EnderChest(int type)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
    • EnderChest

      public EnderChest(Material type)
    • EnderChest

      @Deprecated public EnderChest(int type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
      data - the raw data value
    • EnderChest

      @Deprecated public EnderChest(Material type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the type
      data - the raw data value
  • 方法详细资料