Package mods.railcraft.common.gui.containers

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


public class GuiCartEnergy extends EntityGui {

    private final EntityCartEnergy device;

    public GuiCartEnergy(InventoryPlayer inv, EntityCartEnergy cart) {
        super(cart, new ContainerCartEnergy(inv, cart), RailcraftConstants.GUI_TEXTURE_FOLDER + "gui_energy.png");
        this.device = cart;
    }
View Full Code Here

TOP

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

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.