Uses of Class
studio.magemonkey.fusion.gui.recipe.IngredientFingerprint
Packages that use IngredientFingerprint
-
Uses of IngredientFingerprint in studio.magemonkey.fusion.data.recipes
Method parameters in studio.magemonkey.fusion.data.recipes with type arguments of type IngredientFingerprintModifier 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. -
Uses of IngredientFingerprint in studio.magemonkey.fusion.gui.recipe
Methods in studio.magemonkey.fusion.gui.recipe that return IngredientFingerprintModifier and TypeMethodDescriptionstatic IngredientFingerprintIngredientFingerprint.of(org.bukkit.inventory.ItemStack is) Build an IngredientFingerprint by examining a live ItemStack.