Package mods.railcraft.common.gui.containers

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


    private final String BALLAST = LocalizationPlugin.translate("railcraft.gui.bore.ballast");
    private final String TRACK = LocalizationPlugin.translate("railcraft.gui.bore.track");
    private EntityTunnelBore cart;

    public GuiCartBore(InventoryPlayer inv, EntityTunnelBore cart) {
        super(cart, new ContainerBore(inv, cart), RailcraftConstants.GUI_TEXTURE_FOLDER + "gui_bore.png");
        this.cart = cart;
        xSize = 176;
        ySize = 222;
    }
View Full Code Here

TOP

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

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.