org.bukkit.material
Class PressurePlate
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.PressurePlate
- All Implemented Interfaces:
- Cloneable, PressureSensor
public class PressurePlate
- extends MaterialData
- implements PressureSensor
Represents a pressure plate
PressurePlate
public PressurePlate()
PressurePlate
@Deprecated
public PressurePlate(int type)
- Deprecated. Magic value
PressurePlate
public PressurePlate(Material type)
PressurePlate
@Deprecated
public PressurePlate(int type,
byte data)
- Deprecated. Magic value
PressurePlate
@Deprecated
public PressurePlate(Material type,
byte data)
- Deprecated. Magic value
isPressed
public boolean isPressed()
- Specified by:
isPressed
in interface PressureSensor
toString
public String toString()
- Overrides:
toString
in class MaterialData
clone
public PressurePlate clone()
- Overrides:
clone
in class MaterialData
Copyright © 2013. All Rights Reserved.