Package appeng.container.slot

Examples of appeng.container.slot.SlotNormal


    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


    for (int y = 0; y < 4; y++)
    {
      for (int x = 0; x < 9; x++)
      {
        addSlotToContainer( new SlotNormal( this.chest, y * 9 + x, 8 + 18 * x, 24 + 18 * y ) );
      }
    }

    this.chest.openInventory();

View Full Code Here

TOP

Related Classes of appeng.container.slot.SlotNormal

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.