public class GuiBoilerLiquid extends TileGui {
private final TileBoilerFireboxLiquid tile;
public GuiBoilerLiquid(InventoryPlayer inv, TileBoilerFireboxLiquid tile) {
super(tile, new ContainerBoilerLiquid(inv, tile), RailcraftConstants.GUI_TEXTURE_FOLDER + "gui_boiler_liquid.png");
this.tile = tile;
}