BlockState for Command Blocks. Adds BUKKIT-3805.

This commit is contained in:
Nate Mortensen
2013-03-18 00:32:11 -06:00
parent e639690e45
commit dc19d3788f
3 changed files with 51 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ import com.google.common.base.Joiner;
public class TileEntityCommand extends TileEntity implements ICommandListener {
private int a = 0;
private String b = "";
public String b = ""; // CraftBukkit - private -> public
private String c = "@";
// CraftBukkit start
private final org.bukkit.command.BlockCommandSender sender;