Package tconstruct.tools.gui

Examples of tconstruct.tools.gui.CraftingStationGui


            {
                TConstruct.logger.warn("No CraftingStationGui found!");
                return stacks;
            }

            CraftingStationGui gui = (CraftingStationGui) recipeGui.firstGui;

            int offsetX = gui.hasChest() ? 5 + CraftingStationGui.CHEST_WIDTH : 5;
            int offsetY = 11;

            for (PositionedStack stack : stacks)
            {
                stack.relx += offsetX;
View Full Code Here

TOP

Related Classes of tconstruct.tools.gui.CraftingStationGui

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.