Make a start on BlockState stuff

This commit is contained in:
Dinnerbone
2011-01-07 16:17:54 +00:00
parent 8e0d2db95e
commit 33bcc6c21e
3 changed files with 126 additions and 4 deletions

View File

@@ -1,12 +1,10 @@
package org.bukkit.block;
import org.bukkit.Block;
/**
* Represents either a SignPost or a WallSign
*/
public interface Sign extends Block {
public interface Sign extends BlockState {
/**
* Gets all the lines of text currently on this sign.
*