Package appeng.container.slot

Examples of appeng.container.slot.SlotPatternTerm


    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++)
    {
      addSlotToContainer( outputSlots[y] = new SlotPatternOutputs( output, this, y, 110, -76 + y * 18, 0, 0, 1 ) );
View Full Code Here

TOP

Related Classes of appeng.container.slot.SlotPatternTerm

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.