类 Chest

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

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

    • Chest

      public Chest()
      已过时。
    • Chest

      public Chest(BlockFace direction)
      已过时。
      实例化一个特定朝向的箱子.

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

      参数:
      direction - 箱子打开时的朝向
    • Chest

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

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