MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / list

Method list

src/main/java/gregapi/util/CR.java:583–584  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

581 }
582
583 @SuppressWarnings("unchecked")
584 public static List<IRecipe> list() {return CraftingManager.getInstance().getRecipeList();}
585
586 /**
587 * Checks if this Item has a Crafting Recipe.

Callers 15

onServerTickMethod · 0.95
AdvancedCraftingXToYMethod · 0.95
AdvancedCrafting1ToYMethod · 0.95
findRecipeMethod · 0.95
stopBufferingMethod · 0.95
shapedMethod · 0.95
getanyMethod · 0.95
getMethod · 0.95
outputsMethod · 0.95
hasMethod · 0.95
remoutMethod · 0.95
removeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected