类 SimpleAttachableMaterialData

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.SimpleAttachableMaterialData
所有已实现的接口:
Cloneable, Attachable, Directional
直接已知子类:
Button, Ladder, Lever, Torch, TrapDoor, TripwireHook

public abstract class SimpleAttachableMaterialData extends MaterialData implements Attachable
用于实现了Attachable的MaterialData子类的实用类.
  • 构造器详细资料

    • SimpleAttachableMaterialData

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

      public SimpleAttachableMaterialData(int type, BlockFace direction)
    • SimpleAttachableMaterialData

      public SimpleAttachableMaterialData(Material type, BlockFace direction)
    • SimpleAttachableMaterialData

      public SimpleAttachableMaterialData(Material type)
    • SimpleAttachableMaterialData

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

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