Uses of Class
studio.magemonkey.fusion.data.recipes.CalculatedRecipe
Packages that use CalculatedRecipe
-
Uses of CalculatedRecipe in studio.magemonkey.fusion
Fields in studio.magemonkey.fusion with type parameters of type CalculatedRecipeModifier and TypeFieldDescriptionstatic final studio.magemonkey.codex.legacy.placeholder.PlaceholderType<CalculatedRecipe> Fusion.CALCULATED_RECIPE -
Uses of CalculatedRecipe in studio.magemonkey.fusion.data.recipes
Methods in studio.magemonkey.fusion.data.recipes that return CalculatedRecipeModifier and TypeMethodDescriptionstatic CalculatedRecipeCalculatedRecipe.create(Recipe recipe, Map<IngredientFingerprint, Integer> invCounts, org.bukkit.entity.Player player, CraftingTable craftingTable) Builds a CalculatedRecipe for the given Recipe and a snapshot of the player’s inventory counts.