类 PressurePlate

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.PressurePlate
所有已实现的接口:
Cloneable, PressureSensor

public class PressurePlate extends MaterialData implements PressureSensor
代表压力板
  • 构造器详细资料

    • PressurePlate

      public PressurePlate()
    • PressurePlate

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

      public PressurePlate(Material type)
    • PressurePlate

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

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