Package buildcraft.core.gui.slots

Examples of buildcraft.core.gui.slots.SlotWorkbench


      }
    });
    addSlotToContainer(new SlotOutput(tile, TileAutoWorkbench.SLOT_RESULT, 124, 35));
    for (int y = 0; y < 3; y++) {
      for (int x = 0; x < 3; x++) {
        addSlotToContainer(new SlotWorkbench(tile.craftMatrix, x + y * 3, 30 + x * 18, 17 + y * 18));
      }
    }

    for (int y = 0; y < 3; y++) {
      for (int x = 0; x < 9; x++) {
View Full Code Here

TOP

Related Classes of buildcraft.core.gui.slots.SlotWorkbench

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.