public ContainerBoilerLiquid(InventoryPlayer inventoryplayer, TileBoilerFireboxLiquid tile) {
super(tile);
this.tile = tile;
addWidget(new FluidGaugeWidget(tile.getTankManager().get(0), 116, 23, 176, 0, 16, 47));
addWidget(new FluidGaugeWidget(tile.getTankManager().get(1), 17, 23, 176, 0, 16, 47));
addWidget(new FluidGaugeWidget(tile.getTankManager().get(2), 89, 23, 176, 0, 16, 47));
addWidget(new IndicatorWidget(tile.boiler.heatIndicator, 40, 25, 176, 61, 6, 43));
addSlot(new SlotLiquidContainerFilled(tile, 0, 143, 21));
addSlot(new SlotOutput(tile, 1, 143, 56));