类 Tripwire

所有已实现的接口:
Cloneable

@Deprecated public class Tripwire extends MaterialData
已过时。
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents the tripwire
  • 构造器详细资料

    • Tripwire

      public Tripwire()
      已过时。
    • Tripwire

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

    • isActivated

      public boolean isActivated()
      已过时。
      Test if tripwire is currently activated
      返回:
      true if activated, false if not
    • setActivated

      public void setActivated(boolean act)
      已过时。
      Set tripwire activated state
      参数:
      act - - true if activated, false if not
    • isObjectTriggering

      public boolean isObjectTriggering()
      已过时。
      Test if object triggering this tripwire directly
      返回:
      true if object activating tripwire, false if not
    • setObjectTriggering

      public void setObjectTriggering(boolean trig)
      已过时。
      Set object triggering state for this tripwire
      参数:
      trig - - true if object activating tripwire, false if not
    • clone

      public Tripwire clone()
      已过时。
      覆盖:
      clone 在类中 MaterialData
    • toString

      public String toString()
      已过时。
      覆盖:
      toString 在类中 MaterialData