Examples of CraftingStationGui


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
Copyright © 2018 www.massapi.com. 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.