类 Chest

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

public class Chest extends DirectionalContainer
代表箱子
  • 构造器详细资料

    • Chest

      public Chest()
    • Chest

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

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

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

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

      public Chest(Material type)
    • Chest

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

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