Package appeng.container.slot

Examples of appeng.container.slot.SlotFake


    for (int x = 0; x < 9; x++)
      addSlotToContainer( new SlotRestrictedInput( SlotRestrictedInput.PlacableItemType.ENCODED_PATTERN, myDuality.getPatterns(), x, 8 + 18 * x, 90 + 7, invPlayer ) );

    for (int x = 0; x < 8; x++)
      addSlotToContainer( new SlotFake( myDuality.getConfig(), x, 17 + 18 * x, 35 ) );

    for (int x = 0; x < 8; x++)
      addSlotToContainer( new SlotNormal( myDuality.getStorage(), x, 17 + 18 * x, 35 + 18 ) );

  }
View Full Code Here

TOP

Related Classes of appeng.container.slot.SlotFake

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.