Package appeng.client.me

Examples of appeng.client.me.InternalSlotME


    meSlots.clear();
    for (int y = 0; y < rows; y++)
    {
      for (int x = 0; x < perRow; x++)
      {
        meSlots.add( new InternalSlotME( repo, x + y * perRow, offsetX + x * 18, 18 + y * 18 ) );
      }
    }

    if ( AEConfig.instance.getConfigManager().getSetting( Settings.TERMINAL_STYLE ) != TerminalStyle.FULL )
      this.xSize = standardSize + ((perRow - 9) * 18);
 
View Full Code Here

TOP

Related Classes of appeng.client.me.InternalSlotME

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.