Package mods.railcraft.common.gui.containers

Examples of mods.railcraft.common.gui.containers.ContainerLocomotiveElectric


    private final EntityLocomotiveElectric loco;
    private final EntityPlayer player;

    public GuiLocomotiveElectric(InventoryPlayer inv, EntityLocomotiveElectric loco) {
        super(inv, loco, new ContainerLocomotiveElectric(inv, loco), "electric", "gui_locomotive_electric.png", 161, false);
        this.loco = loco;
        this.player = inv.player;
    }
View Full Code Here

TOP

Related Classes of mods.railcraft.common.gui.containers.ContainerLocomotiveElectric

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.