Package de.eydamos.backpack.inventory.slot

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

Related Classes of de.eydamos.backpack.inventory.slot.SlotCraftingAdvanced

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.