Uses of Enum Class
studio.magemonkey.divinity.modules.list.itemgenerator.ResourceManager.ResourceCategory
Packages that use ResourceManager.ResourceCategory
-
Uses of ResourceManager.ResourceCategory in studio.magemonkey.divinity.modules.list.itemgenerator
Methods in studio.magemonkey.divinity.modules.list.itemgenerator that return ResourceManager.ResourceCategoryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ResourceManager.ResourceCategory[]ResourceManager.ResourceCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in studio.magemonkey.divinity.modules.list.itemgenerator that return types with arguments of type ResourceManager.ResourceCategoryModifier and TypeMethodDescriptionstatic Map<ResourceManager.ResourceCategory, List<String>> ItemGeneratorManager.getMatchingPrefixes(org.bukkit.Material material, Collection<Tier> tiers) static Map<ResourceManager.ResourceCategory, List<String>> ItemGeneratorManager.getMatchingSuffixes(org.bukkit.Material material, Collection<Tier> tiers) Methods in studio.magemonkey.divinity.modules.list.itemgenerator with parameters of type ResourceManager.ResourceCategoryModifier and TypeMethodDescriptionResourceManager.get(ResourceManager.ResourceType type, ResourceManager.ResourceCategory cat, String id) ResourceManager.getPrefix(ResourceManager.ResourceCategory cat, String type) ResourceManager.getSuffix(ResourceManager.ResourceCategory cat, String type)