public class GuiBoilerSolid extends TileGui {
private final TileBoilerFireboxSolid tile;
public GuiBoilerSolid(InventoryPlayer inv, TileBoilerFireboxSolid tile) {
super(tile, new ContainerBoilerSolid(inv, tile), RailcraftConstants.GUI_TEXTURE_FOLDER + "gui_boiler_solid.png");
this.tile = tile;
}