Package buildcraft.silicon

Examples of buildcraft.silicon.TileIntegrationTable.decrStackSize()


      if (inputB != null) {
        inputB = inputB.copy();
      }
    } else {
      inputA = table.decrStackSize(TileIntegrationTable.SLOT_INPUT_A, 1);
      inputB = table.decrStackSize(TileIntegrationTable.SLOT_INPUT_B, 1);
    }

    return craft(table, preview, inputA, inputB);
  }
View Full Code Here


      if (inputB != null) {
        inputB = inputB.copy();
      }
    } else {
      inputA = table.decrStackSize(TileIntegrationTable.SLOT_INPUT_A, 1);
      inputB = table.decrStackSize(TileIntegrationTable.SLOT_INPUT_B, 1);
    }

    return craft(table, preview, inputA, inputB);
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.