类 DirectionalContainer

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.DirectionalContainer
所有已实现的接口:
Cloneable, Directional
直接已知子类:
Chest, EnderChest, FurnaceAndDispenser

public class DirectionalContainer extends MaterialData implements Directional
代表熔炉或发射器
  • 构造器详细资料

    • DirectionalContainer

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

      public DirectionalContainer(Material type)
    • DirectionalContainer

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

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