Uses of Interface
studio.magemonkey.fusion.data.recipes.RecipeItem
Packages that use RecipeItem
Package
Description
-
Uses of RecipeItem in studio.magemonkey.fusion
Fields in studio.magemonkey.fusion with type parameters of type RecipeItemModifier and TypeFieldDescriptionstatic final studio.magemonkey.codex.legacy.placeholder.PlaceholderType<RecipeItem> Fusion.RECIPE_ITEM -
Uses of RecipeItem in studio.magemonkey.fusion.api.events
Constructor parameters in studio.magemonkey.fusion.api.events with type arguments of type RecipeItemModifierConstructorDescriptionQueueItemFinishedEvent(String professionName, org.bukkit.entity.Player player, CraftingQueue queue, QueueItem queueItem, List<RecipeItem> resultItems) Constructor for the QueueItemFinishedEvent -
Uses of RecipeItem in studio.magemonkey.fusion.api.events.services
Method parameters in studio.magemonkey.fusion.api.events.services with type arguments of type RecipeItemModifier and TypeMethodDescriptionvoidQueueService.finishQueueItem(org.bukkit.entity.Player player, CraftingTable table, CraftingQueue queue, QueueItem item, List<RecipeItem> resultItems) Call the QueueItemFinishedEvent. -
Uses of RecipeItem in studio.magemonkey.fusion.cfg
Methods in studio.magemonkey.fusion.cfg with parameters of type RecipeItemModifier and TypeMethodDescriptionstatic StringCraftingRequirementsCfg.getIngredientLine(String path, RecipeItem item, int amount, int required) static StringShowRecipesCfg.getInventoryName(RecipeItem ingredient) static org.bukkit.inventory.ItemStackShowRecipesCfg.getRecipeIcon(Recipe recipe, RecipeItem ingredient) -
Uses of RecipeItem in studio.magemonkey.fusion.data.professions
Fields in studio.magemonkey.fusion.data.professions with type parameters of type RecipeItemModifier and TypeFieldDescriptionprotected LinkedList<RecipeItem> ProfessionConditions.requiredItems -
Uses of RecipeItem in studio.magemonkey.fusion.data.recipes
Classes in studio.magemonkey.fusion.data.recipes that implement RecipeItemMethods in studio.magemonkey.fusion.data.recipes that return RecipeItemModifier and TypeMethodDescriptionstatic RecipeItemRecipeItem.fromConfig(Object obj) static RecipeItemRecipeItem.fromDivinityRecipeMeta(DivinityRecipeMeta meta) Method parameters in studio.magemonkey.fusion.data.recipes with type arguments of type RecipeItem -
Uses of RecipeItem in studio.magemonkey.fusion.gui.show
Constructor parameters in studio.magemonkey.fusion.gui.show with type arguments of type RecipeItemModifierConstructorDescriptionShowRecipesGui(org.bukkit.entity.Player player, Map<Recipe, RecipeItem> recipes)