Package appeng.client.me

Examples of appeng.client.me.SlotDisconnected


      if ( lineObj instanceof ClientDCInternalInv )
      {
        ClientDCInternalInv inv = (ClientDCInternalInv) lineObj;
        for (int z = 0; z < inv.inv.getSizeInventory(); z++)
        {
          inventorySlots.inventorySlots.add( new SlotDisconnected( inv, z, z * 18 + 8, 1 + offset ) );
        }
      }
      else if ( lineObj instanceof String )
      {
        String name = (String) lineObj;
View Full Code Here

TOP

Related Classes of appeng.client.me.SlotDisconnected

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.