类 EnderChest

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

@Deprecated public class EnderChest extends DirectionalContainer
已过时。
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
代表末影箱.
  • 构造器详细资料

    • EnderChest

      public EnderChest()
      已过时。
    • EnderChest

      public EnderChest(BlockFace direction)
      已过时。
      实例化一个指定朝向的末影箱.

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

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

      public EnderChest(Material type)
      已过时。
    • EnderChest

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