Uses of Enum Class
studio.magemonkey.divinity.stats.items.attributes.SocketAttribute.Type
Packages that use SocketAttribute.Type
Package
Description
-
Uses of SocketAttribute.Type in studio.magemonkey.divinity.modules.api.socketing
Fields in studio.magemonkey.divinity.modules.api.socketing declared as SocketAttribute.TypeMethods in studio.magemonkey.divinity.modules.api.socketing that return SocketAttribute.Type -
Uses of SocketAttribute.Type in studio.magemonkey.divinity.modules.list.extractor
Methods in studio.magemonkey.divinity.modules.list.extractor with parameters of type SocketAttribute.TypeModifier and TypeMethodDescriptiondoubleExtractorManager.getExtractionPrice(SocketAttribute.Type type, String socketCat, int level) final booleanExtractorManager.openExtraction(org.bukkit.entity.Player player, org.bukkit.inventory.ItemStack target, org.bukkit.inventory.ItemStack src, SocketAttribute.Type type, boolean force) -
Uses of SocketAttribute.Type in studio.magemonkey.divinity.modules.list.extractor.event
Constructors in studio.magemonkey.divinity.modules.list.extractor.event with parameters of type SocketAttribute.TypeModifierConstructorDescriptionPlayerExtractSocketEvent(org.bukkit.entity.Player player, org.bukkit.inventory.ItemStack item, org.bukkit.inventory.ItemStack result, List<org.bukkit.inventory.ItemStack> returnedSockets, SocketAttribute.Type socketType) -
Uses of SocketAttribute.Type in studio.magemonkey.divinity.stats.items
Methods in studio.magemonkey.divinity.stats.items with parameters of type SocketAttribute.TypeModifier and TypeMethodDescriptionstatic SocketAttributeItemStats.getSocket(SocketAttribute.Type type, String id) static Collection<SocketAttribute> ItemStats.getSockets(SocketAttribute.Type type) -
Uses of SocketAttribute.Type in studio.magemonkey.divinity.stats.items.attributes
Methods in studio.magemonkey.divinity.stats.items.attributes that return SocketAttribute.TypeModifier and TypeMethodDescriptionstatic SocketAttribute.TypeSocketAttribute.Type.getByModule(ModuleSocket<?> mod) static SocketAttribute.TypeSocketAttribute.getType()static SocketAttribute.TypeReturns the enum constant of this class with the specified name.static SocketAttribute.Type[]SocketAttribute.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in studio.magemonkey.divinity.stats.items.attributes with parameters of type SocketAttribute.TypeModifierConstructorDescriptionSocketAttribute(SocketAttribute.Type type, String id, String name, String format, Tier tier, String formatValueEmpty, String formatValueFilled)