Examples of SlotCraftingAdvanced


Examples of de.eydamos.backpack.inventory.slot.SlotCraftingAdvanced

        int y = 17;

        container.addBoundary(Boundaries.EXTRA);

        // result slot
        container.addSlot(new SlotCraftingAdvanced(entityPlayer, container, 0, x, y + 18, containerInventories));

        x = xSpacing;

        container.addBoundary(Boundaries.EXTRA_END);
        container.addBoundary(Boundaries.CRAFTING);
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.