Package buildcraft.core.gui

Examples of buildcraft.core.gui.ItemSlot


    resetNullSlots(6 * 4);

    for (int i = 0; i < 6; ++i) {
      for (int j = 0; j < 4; ++j) {
        slots.set(i * 4 + j, new ItemSlot(this, 179 + j * 18, 18 + i * 18));
      }
    }
  }
 
View Full Code Here

TOP

Related Classes of buildcraft.core.gui.ItemSlot

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.