Package mods.railcraft.common.gui.widgets

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


    public ContainerLocomotiveElectric(InventoryPlayer playerInv, EntityLocomotiveElectric loco) {
        super(playerInv, loco, 161);
        this.loco = loco;
        this.chargeHandler = loco.getChargeHandler();

        chargeIndicator = new ChargeIndicator(EntityLocomotiveElectric.MAX_CHARGE);
        addWidget(new IndicatorWidget(chargeIndicator, 57, 20, 176, 0, 62, 8, false));
    }
View Full Code Here

TOP

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

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.