Package appeng.container.slot

Examples of appeng.container.slot.SlotFakeCraftingMatrix


    IInventory output = ct.getInventoryByName( "output" );
    crafting = ct.getInventoryByName( "crafting" );

    for (int y = 0; y < 3; y++)
      for (int x = 0; x < 3; x++)
        addSlotToContainer( craftingSlots[x + y * 3] = new SlotFakeCraftingMatrix( crafting, x + y * 3, 18 + x * 18, -76 + y * 18 ) );

    addSlotToContainer( craftSlot = new SlotPatternTerm( ip.player, mySrc, powerSrc, monitorable, crafting, patternInv, cOut, 110, -76 + 18, this, 2, this ) );
    craftSlot.IIcon = -1;

    for (int y = 0; y < 3; y++)
View Full Code Here

TOP

Related Classes of appeng.container.slot.SlotFakeCraftingMatrix

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.