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

Method add

src/main/java/gregapi/recipes/Recipe.java:308–310  ·  view source on GitHub ↗
(Recipe aRecipe)

Source from the content-addressed store, hash-verified

306 }
307
308 public Recipe add(Recipe aRecipe) {
309 return add(aRecipe, mLogErrors);
310 }
311
312 public Recipe add(Recipe aRecipe, boolean aLogErrors) {
313 return add(aRecipe, aLogErrors, !aRecipe.mFakeRecipe && aRecipe.mCanBeBuffered);

Callers 1

addRecipeMethod · 0.95

Calls 15

namesMethod · 0.95
configNamesMethod · 0.95
configNamesMethod · 0.95
addToItemMapMethod · 0.95
printlnMethod · 0.80
getClassNameMethod · 0.80
stringValidMethod · 0.80
isMethod · 0.65
getMethod · 0.65
addMethod · 0.65
onAddedToMapMethod · 0.65
equalsMethod · 0.45

Tested by

no test coverage detected