Added MaterialData support for SAPPLING, POWERED_RAIL, and DETECTOR_RAIL.

This commit is contained in:
sunkid
2011-04-25 13:26:58 -07:00
committed by EvilSeph
parent 3081b6ad16
commit 51731221d0
7 changed files with 129 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
package org.bukkit.material;
public interface PressureSensor {
public boolean isPressed();
}