MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / getany

Method getany

src/main/java/gregapi/util/CR.java:519–519  ·  view source on GitHub ↗

Checks all Crafting Handlers for Recipe Output

(World aWorld, ItemStack... aRecipe)

Source from the content-addressed store, hash-verified

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;

Callers 7

onCraftMatrixChangedMethod · 0.95
getAllRecipeOutputMethod · 0.95
findRecipeMethod · 0.95
findRecipeMethod · 0.95
getCraftingOutputMethod · 0.95
getDataToolTipMethod · 0.95
getanyMethod · 0.95

Calls 12

hasValidMethod · 0.95
craftingMethod · 0.95
listMethod · 0.95
meta_Method · 0.95
makeMethod · 0.95
getMethod · 0.65
getSizeInventoryMethod · 0.65
getStackInSlotMethod · 0.65
getItemMethod · 0.65
matchesMethod · 0.45
getCraftingResultMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected