Uses of Class
studio.magemonkey.fusion.util.InvalidPatternItemException
Packages that use InvalidPatternItemException
-
Uses of InvalidPatternItemException in studio.magemonkey.fusion.data.professions
Methods in studio.magemonkey.fusion.data.professions that throw InvalidPatternItemExceptionModifier and TypeMethodDescriptionstatic CalculatedProfessionCalculatedProfession.create(ProfessionConditions conditions, Collection<org.bukkit.inventory.ItemStack> items, org.bukkit.entity.Player player, CraftingTable craftingTable) -
Uses of InvalidPatternItemException in studio.magemonkey.fusion.data.recipes
Methods in studio.magemonkey.fusion.data.recipes that throw InvalidPatternItemExceptionModifier 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.