Package mods.railcraft.common.gui.containers

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


    private final EntityLocomotiveSteamSolid loco;
    private final EntityPlayer player;

    public GuiLocomotiveSteamSolid(InventoryPlayer inv, EntityLocomotiveSteamSolid loco) {
        super(inv, loco, new ContainerLocomotiveSteamSolid(inv, loco), "steam", "gui_locomotive_steam.png", 205, true);
        this.loco = loco;
        this.player = inv.player;
    }
View Full Code Here

TOP

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

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.