Uses of Class
studio.magemonkey.fusion.data.recipes.Recipe
Packages that use Recipe
Package
Description
-
Uses of Recipe in studio.magemonkey.fusion
Fields in studio.magemonkey.fusion with type parameters of type Recipe -
Uses of Recipe in studio.magemonkey.fusion.cfg
Methods in studio.magemonkey.fusion.cfg with parameters of type RecipeModifier and TypeMethodDescriptionstatic org.bukkit.inventory.ItemStackShowRecipesCfg.getRecipeIcon(Recipe recipe, RecipeItem ingredient) -
Uses of Recipe in studio.magemonkey.fusion.cfg.editors.professions
Methods in studio.magemonkey.fusion.cfg.editors.professions with parameters of type RecipeModifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackorg.bukkit.inventory.ItemStackRecipeEditorCfg.getRecipeIcon(Recipe recipe) org.bukkit.inventory.ItemStackRecipeEditorCfg.getSubIcon(Recipe recipe, String icon) RecipeEditorCfg.getSubIcons(Recipe recipe) -
Uses of Recipe in studio.magemonkey.fusion.data.player
Methods in studio.magemonkey.fusion.data.player with parameters of type RecipeModifier and TypeMethodDescriptionFusionPlayer.getRecipeLimit(Recipe recipe) booleanFusionPlayer.hasRecipeLimitReached(Recipe recipe) voidFusionPlayer.incrementLimit(Recipe recipe) -
Uses of Recipe in studio.magemonkey.fusion.data.professions.pattern
Methods in studio.magemonkey.fusion.data.professions.pattern that return Recipe -
Uses of Recipe in studio.magemonkey.fusion.data.queue
Methods in studio.magemonkey.fusion.data.queue with parameters of type RecipeConstructors in studio.magemonkey.fusion.data.queue with parameters of type Recipe -
Uses of Recipe in studio.magemonkey.fusion.data.recipes
Methods in studio.magemonkey.fusion.data.recipes that return RecipeMethods in studio.magemonkey.fusion.data.recipes that return types with arguments of type RecipeModifier and TypeMethodDescriptionCraftingTable.getRecipes(Collection<org.bukkit.inventory.ItemStack> items, org.bukkit.entity.Player p) Methods in studio.magemonkey.fusion.data.recipes with parameters of type RecipeModifier and TypeMethodDescriptionvoidstatic Recipestatic 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.voidConstructors in studio.magemonkey.fusion.data.recipes with parameters of type RecipeModifierConstructorDescriptionCalculatedRecipe(Recipe recipe, org.bukkit.inventory.ItemStack icon, boolean canCraft) Constructor parameters in studio.magemonkey.fusion.data.recipes with type arguments of type RecipeModifierConstructorDescriptionCraftingTable(String name, String inventoryName, studio.magemonkey.codex.api.items.ItemType iconItem, InventoryPattern recipePattern, InventoryPattern catPattern, boolean useCategories, org.bukkit.inventory.ItemStack fillItem, int masteryUnlock, int masteryFee, Map<String, Recipe> recipes, Map<String, Category> categories) -
Uses of Recipe in studio.magemonkey.fusion.gui.editors.professions.recipes
Constructors in studio.magemonkey.fusion.gui.editors.professions.recipes with parameters of type RecipeModifierConstructorDescriptionRecipeIconEditor(Editor parentEditor, org.bukkit.entity.Player player, Recipe recipe) RecipeItemEditor(Editor parentEditor, org.bukkit.entity.Player player, Recipe recipe) -
Uses of Recipe in studio.magemonkey.fusion.gui.show
Constructor parameters in studio.magemonkey.fusion.gui.show with type arguments of type RecipeModifierConstructorDescriptionShowRecipesGui(org.bukkit.entity.Player player, Map<Recipe, RecipeItem> recipes)