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

Method getany

src/main/java/gregapi/util/UT.java:3344–3344  ·  view source on GitHub ↗
(World aWorld, ItemStack... aRecipe)

Source from the content-addressed store, hash-verified

3342 @Deprecated public static boolean shapeless(ItemStack aResult, Object[] aRecipe) {return CR.shapeless(aResult, aRecipe);}
3343 @Deprecated public static boolean shapeless(ItemStack aResult, long aBitMask, Object[] aRecipe) {return CR.shapeless(aResult, aBitMask, aRecipe);}
3344 @Deprecated public static ItemStack getany(World aWorld, ItemStack... aRecipe) {return CR.getany(aWorld, aRecipe);}
3345 @Deprecated public static ItemStack get(ItemStack... aRecipe) {return CR.get(aRecipe);}
3346 @Deprecated public static ItemStack get(boolean aUncopiedStack, ItemStack... aRecipe) {return CR.get(aUncopiedStack, aRecipe);}
3347 @Deprecated public static boolean has(ItemStack aOutput) {return CR.has(aOutput);}

Callers

nothing calls this directly

Calls 1

getanyMethod · 0.95

Tested by

no test coverage detected