Package mods.railcraft.common.gui.containers

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


    private final TileTradeStation tile;
    private final RevolvingList<Integer> professions = new RevolvingList<Integer>();
    private final EntityVillager villager;

    public GuiTradeStation(InventoryPlayer playerInv, TileTradeStation tile) {
        super(tile, new ContainerTradeStation(playerInv, tile), RailcraftConstants.GUI_TEXTURE_FOLDER + "gui_trade_station.png");
        xSize = 176;
        ySize = 214;

        this.tile = tile;
View Full Code Here

TOP

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

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.