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

Method has

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

Source from the content-addressed store, hash-verified

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);}
3349 @Deprecated public static boolean remout(ItemStack aOutput) {return CR.remout(aOutput);}
3350 @Deprecated public static boolean remout(ModData aMod, String... aNames) {return CR.remout(aMod, aNames);}

Callers 2

addMaterialDictionaryMethod · 0.45

Calls 1

hasMethod · 0.95

Tested by

no test coverage detected