Method GetRecipes
| Edit this page View SourceGetRecipes()
Get all added CustomRecipes
Declaration
public static IEnumerable<CustomRecipe> GetRecipes()
Returns
| Type | Description |
|---|---|
| IEnumerable<CustomRecipe> | An IEnumerable<T> of CustomRecipe from all loaded mods |
GetRecipes(string)
Get all added CustomRecipes of a mod by GUID
Declaration
public static IEnumerable<CustomRecipe> GetRecipes(string modGuid)
Parameters
| Type | Name | Description |
|---|---|---|
| string | modGuid | GUID of the mod |
Returns
| Type | Description |
|---|---|
| IEnumerable<CustomRecipe> | An IEnumerable<T> of CustomRecipe from a specific mod |