MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / get

Method get

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

Gives you a copy of the Output from a Crafting Recipe. Used for Recipe Detection.

(ItemStack... aRecipe)

Source from the content-addressed store, hash-verified

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;

Callers 9

getRecipeOutputMethod · 0.95
getMethod · 0.95
runMethod · 0.95
runMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onOreRegistrationMethod · 0.95
runMethod · 0.95

Calls 10

hasValidMethod · 0.95
craftingMethod · 0.95
listMethod · 0.95
valisizeMethod · 0.95
copyMethod · 0.95
getMethod · 0.65
sizeMethod · 0.45
matchesMethod · 0.45
getRecipeOutputMethod · 0.45
getCraftingResultMethod · 0.45

Tested by

no test coverage detected