Package mods.railcraft.common.gui.widgets

Examples of mods.railcraft.common.gui.widgets.FluidGaugeWidget


    private float lastOutput;

    public ContainerEngineSteam(InventoryPlayer inventoryplayer, TileEngineSteam tile) {
        this.tile = tile;

        addWidget(new FluidGaugeWidget(tile.getTankManager().get(0), 71, 23, 176, 0, 16, 47));

        addWidget(new IndicatorWidget(tile.getEnergyIndicator(), 94, 25, 176, 47, 6, 43));

        for (int i = 0; i < 3; i++) {
            for (int k = 0; k < 9; k++) {
View Full Code Here

TOP

Related Classes of mods.railcraft.common.gui.widgets.FluidGaugeWidget

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.