getRegisteredRecipeFromName

Returns registered recipes whose names satisfy the given filter predicate.

Return

List list of matched recipes (List<CRecipe>)

Since

5.2.0

Parameters

filter

Predicate applied to each recipe name; matching recipes are included


Returns registered recipes whose names exactly match the given string.

Return

List list of matched recipes (List<CRecipe>)

Since

5.2.0

Parameters

recipeName

Exact recipe name to search for