Gives you a copy of the Output from a Crafting Recipe. Used for Recipe Detection.
(ItemStack... aRecipe)
| 554 | |
| 555 | /** Gives you a copy of the Output from a Crafting Recipe. Used for Recipe Detection. */ |
| 556 | public static ItemStack get(ItemStack... aRecipe) {return get(F, aRecipe);} |
| 557 | /** Gives you a copy of the Output from a Crafting Recipe. Used for Recipe Detection. */ |
| 558 | public static ItemStack get(boolean aUncopiedStack, ItemStack... aRecipe) { |
| 559 | if (!ST.hasValid(aRecipe)) return null; |
no test coverage detected