类 DetectorRail

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

public class DetectorRail extends ExtendedRails implements PressureSensor
代表探测铁轨
  • 构造器详细资料

    • DetectorRail

      public DetectorRail()
    • DetectorRail

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

      public DetectorRail(Material type)
    • DetectorRail

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

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