Checks all Crafting Handlers for Recipe Output
(World aWorld, ItemStack... aRecipe)
| 517 | |
| 518 | /** Checks all Crafting Handlers for Recipe Output */ |
| 519 | public static ItemStack getany(World aWorld, ItemStack... aRecipe) {return getany(aWorld, T, aRecipe);} |
| 520 | /** Checks all Crafting Handlers for Recipe Output */ |
| 521 | public static ItemStack getany(World aWorld, boolean aAllowCache, ItemStack... aRecipe) { |
| 522 | if (!ST.hasValid(aRecipe)) return null; |
no test coverage detected