You shouldn't be here, little method. We already have a getData.

This commit is contained in:
Dinnerbone 2011-03-04 14:10:55 +00:00
parent 4b1688f4da
commit 6f07fa7291

View File

@ -201,6 +201,4 @@ public interface Block {
* @return * @return
*/ */
boolean isBlockIndirectlyPowered(); boolean isBlockIndirectlyPowered();
public byte getRawData();
} }