![]() |
Mod Helpers
v5.9.6
A centralized collection of library code, helpful services, and end-user functions for mod management and information.
|
This is the complete list of members for HamstarHelpers.Helpers.Recipes.RecipeHelpers, including all inherited members.
GetAvailableRecipesOfIngredients(Player player, IEnumerable< Item > ingredients) | HamstarHelpers.Helpers.Recipes.RecipeHelpers | static |
GetRecipeFailReasons(Player player, Recipe recipe, out int[] missingTile, out IDictionary< int, int > missingItemTypesStacks, IEnumerable< Item > availableIngredients=null) | HamstarHelpers.Helpers.Recipes.RecipeHelpers | static |
ItemHasIngredients(int itemType, IDictionary< int, int > ingredients) | HamstarHelpers.Helpers.Recipes.RecipeHelpers | static |