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

Method remove

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

Source from the content-addressed store, hash-verified

3350 @Deprecated public static boolean remout(ModData aMod, String... aNames) {return CR.remout(aMod, aNames);}
3351 @Deprecated public static boolean remout(ModData aMod, String aName, int aMetaData) {return CR.remout(aMod, aName, aMetaData);}
3352 @Deprecated public static ItemStack remove(ItemStack... aRecipe) {return CR.remove(aRecipe);}
3353 }
3354
3355 public static synchronized boolean removeSimpleIC2MachineRecipe(ItemStack aInput, @SuppressWarnings("rawtypes") Map aRecipeList, ItemStack aOutput) {

Callers

nothing calls this directly

Calls 1

removeMethod · 0.95

Tested by

no test coverage detected