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

Method get

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

Source from the content-addressed store, hash-verified

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);}
3348 @Deprecated public static boolean remout(ItemStack aOutput, boolean aIgnoreNBT, boolean aNotRemoveShapelessRecipes, boolean aOnlyRemoveNativeHandlers, boolean aDontRemoveDyeingRecipes) {return CR.remout(aOutput, aIgnoreNBT, aNotRemoveShapelessRecipes, aOnlyRemoveNativeHandlers, aDontRemoveDyeingRecipes);}

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected