Package appeng.container.slot

Examples of appeng.container.slot.SlotPatternOutputs


    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 ) );
      outputSlots[y].renderDisabled = false;
      outputSlots[y].IIcon = -1;
    }

    addSlotToContainer( patternSlotIN = new SlotRestrictedInput( SlotRestrictedInput.PlacableItemType.BLANK_PATTERN, patternInv, 0, 147, -72 - 9, invPlayer ) );
View Full Code Here

TOP

Related Classes of appeng.container.slot.SlotPatternOutputs

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.