Package appeng.container.slot

Examples of appeng.container.slot.SlotMACPattern


    IInventory mac = upgradeable.getInventoryByName( "mac" );

    for (int y = 0; y < 3; y++)
      for (int x = 0; x < 3; x++)
      {
        SlotMACPattern s = new SlotMACPattern( this, mac, x + y * 3, offX + x * 18, offY + y * 18 );
        addSlotToContainer( s );
      }

    offX = 126;
    offY = 16;
View Full Code Here

TOP

Related Classes of appeng.container.slot.SlotMACPattern

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.