Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
PressureSensor.java
Go to the documentation of this file.
1 package org.bukkit.material;
2 
3 public interface PressureSensor {
4  public boolean isPressed();
5 }