* Represents a captured state of a command block. public interface CommandBlock extends TileState { * Gets the command that this CommandBlock will run when powered. * This will never return null. If ...