Uses of Enum Class
studio.magemonkey.divinity.stats.items.attributes.api.TypedStat.Type
Packages that use TypedStat.Type
Package
Description
-
Uses of TypedStat.Type in studio.magemonkey.divinity.api.event
Fields in studio.magemonkey.divinity.api.event with type parameters of type TypedStat.TypeModifier and TypeFieldDescriptionprotected Map<TypedStat.Type, Double> DivinityDamageEvent.damagerItemStatsMapMethods in studio.magemonkey.divinity.api.event that return types with arguments of type TypedStat.TypeMethods in studio.magemonkey.divinity.api.event with parameters of type TypedStat.TypeModifier and TypeMethodDescriptiondoubleDivinityDamageEvent.getDamagerItemStat(TypedStat.Type type) -
Uses of TypedStat.Type in studio.magemonkey.divinity.stats
Methods in studio.magemonkey.divinity.stats that return types with arguments of type TypedStat.TypeMethods in studio.magemonkey.divinity.stats with parameters of type TypedStat.TypeModifier and TypeMethodDescriptiondoubleEntityStats.getItemStat(TypedStat.Type type, boolean safe) -
Uses of TypedStat.Type in studio.magemonkey.divinity.stats.items
Methods in studio.magemonkey.divinity.stats.items with parameters of type TypedStat.TypeModifier and TypeMethodDescriptionstatic doubleItemStats.getStat(org.bukkit.inventory.ItemStack item, org.bukkit.entity.Player player, TypedStat.Type type) static doubleItemStats.getStat(org.bukkit.inventory.ItemStack item, org.bukkit.entity.Player player, TypedStat.Type type, double def) static TypedStatItemStats.getStat(TypedStat.Type type) static booleanItemStats.hasStat(org.bukkit.inventory.ItemStack item, org.bukkit.entity.Player player, TypedStat.Type type) -
Uses of TypedStat.Type in studio.magemonkey.divinity.stats.items.attributes.api
Fields in studio.magemonkey.divinity.stats.items.attributes.api declared as TypedStat.TypeMethods in studio.magemonkey.divinity.stats.items.attributes.api that return TypedStat.TypeModifier and TypeMethodDescriptionstatic TypedStat.TypeSimpleStat.getDependStat()TypedStat.getDependStat()SimpleStat.getType()TypedStat.getType()static TypedStat.TypeReturns the enum constant of this class with the specified name.static TypedStat.Type[]TypedStat.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.api with parameters of type TypedStat.TypeModifierConstructorDescriptionSimpleStat(TypedStat.Type statType, String name, String format, double cap) -
Uses of TypedStat.Type in studio.magemonkey.divinity.stats.items.attributes.stats
Methods in studio.magemonkey.divinity.stats.items.attributes.stats that return TypedStat.Type