Package buildcraft.core.inventory

Examples of buildcraft.core.inventory.InventoryMapper


  }

  public TileAdvancedCraftingTable() {
    craftingSlots = new CraftingGrid();
    inv.addListener(this);
    invInput = new InventoryMapper(inv, 0, 15);
    invOutput = new InventoryMapper(inv, 15, 9);
    craftResult = new InventoryCraftResult();
  }
View Full Code Here

TOP

Related Classes of buildcraft.core.inventory.InventoryMapper

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.