Class PressurePlate

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.PressurePlate
All Implemented Interfaces:
Cloneable, PressureSensor

@Deprecated public class PressurePlate extends MaterialData implements PressureSensor
Deprecated.
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents a pressure plate
  • Constructor Details

    • PressurePlate

      public PressurePlate()
      Deprecated.
    • PressurePlate

      public PressurePlate(Material type)
      Deprecated.
    • PressurePlate

      @Deprecated public PressurePlate(Material type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the type
      data - the raw data value
  • Method Details