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

Method delate

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

Yes "Delate" is a pun on Delete and Late. :P Removes a Crafting Recipe after Post Init. @param aOutput The output of the Recipe.

(ItemStack aOutput)

Source from the content-addressed store, hash-verified

652 * @param aOutput The output of the Recipe.
653 */
654 public static void delate(ItemStack aOutput) {if (BUFFERING) RECIPES_TO_DELATE.add(aOutput); else remout(aOutput);}
655
656 /**
657 * Yes "Delate" is a pun on Delete and Late. :P

Callers 15

registerOre_Method · 0.95
runMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95

Calls 4

remoutMethod · 0.95
itemMethod · 0.95
makeMethod · 0.95
addMethod · 0.65

Tested by

no test coverage detected