Make a start on BlockState stuff

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-01-07 16:17:54 +00:00
parent ef59e4c706
commit 9fbfe7e412
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.
*