Uses of Class
studio.magemonkey.fusion.data.professions.pattern.InventoryPattern
Packages that use InventoryPattern
Package
Description
-
Uses of InventoryPattern in studio.magemonkey.fusion.data.professions.pattern
Methods in studio.magemonkey.fusion.data.professions.pattern that return InventoryPatternModifier and TypeMethodDescriptionstatic InventoryPatternInventoryPattern.copy(InventoryPattern pattern) Methods in studio.magemonkey.fusion.data.professions.pattern with parameters of type InventoryPatternModifier and TypeMethodDescriptionstatic InventoryPatternInventoryPattern.copy(InventoryPattern pattern) Constructors in studio.magemonkey.fusion.data.professions.pattern with parameters of type InventoryPatternModifierConstructorDescriptionCategory(String name, String iconName, InventoryPattern pattern, int order) -
Uses of InventoryPattern in studio.magemonkey.fusion.data.recipes
Constructors in studio.magemonkey.fusion.data.recipes with parameters of type InventoryPatternModifierConstructorDescriptionCraftingTable(String name, String inventoryName, studio.magemonkey.codex.api.items.ItemType iconItem, InventoryPattern recipePattern, org.bukkit.inventory.ItemStack fillItem, int masteryUnlock, int masteryFee) CraftingTable(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 InventoryPattern in studio.magemonkey.fusion.gui.editors.browse
Constructors in studio.magemonkey.fusion.gui.editors.browse with parameters of type InventoryPatternModifierConstructorDescriptionBrowseEditor(org.bukkit.entity.Player player, String name, LinkedList<String> professions, InventoryPattern browsePattern)