Uses of Class
studio.magemonkey.divinity.stats.items.attributes.DefenseAttribute
Packages that use DefenseAttribute
Package
Description
-
Uses of DefenseAttribute in studio.magemonkey.divinity.api.event
Fields in studio.magemonkey.divinity.api.event with type parameters of type DefenseAttributeModifier and TypeFieldDescriptionprotected Map<DefenseAttribute, Double> DivinityDamageEvent.defenseMapMethods in studio.magemonkey.divinity.api.event that return types with arguments of type DefenseAttributeMethods in studio.magemonkey.divinity.api.event with parameters of type DefenseAttributeModifier and TypeMethodDescriptionvoidDivinityDamageEvent.computeDefense(DefenseAttribute defense, DoubleUnaryOperator operator) Method parameters in studio.magemonkey.divinity.api.event with type arguments of type DefenseAttributeModifier and TypeMethodDescriptionvoidDivinityDamageEvent.computeDefense(Collection<DefenseAttribute> defenses, DoubleUnaryOperator operator) -
Uses of DefenseAttribute in studio.magemonkey.divinity.data.api
Methods in studio.magemonkey.divinity.data.api with parameters of type DefenseAttribute -
Uses of DefenseAttribute in studio.magemonkey.divinity.manager.damage
Methods in studio.magemonkey.divinity.manager.damage with parameters of type DefenseAttributeModifier and TypeMethodDescriptionvoidDamageMeta.setDefendedDamage(DefenseAttribute def, double amount) -
Uses of DefenseAttribute in studio.magemonkey.divinity.stats
Methods in studio.magemonkey.divinity.stats that return types with arguments of type DefenseAttributeMethods in studio.magemonkey.divinity.stats with parameters of type DefenseAttribute -
Uses of DefenseAttribute in studio.magemonkey.divinity.stats.bonus
Methods in studio.magemonkey.divinity.stats.bonus that return types with arguments of type DefenseAttribute -
Uses of DefenseAttribute in studio.magemonkey.divinity.stats.items
Methods in studio.magemonkey.divinity.stats.items that return DefenseAttributeModifier and TypeMethodDescriptionstatic DefenseAttributeItemStats.getDefenseByDefault()static DefenseAttributeItemStats.getDefenseById(String id) Methods in studio.magemonkey.divinity.stats.items that return types with arguments of type DefenseAttributeMethods in studio.magemonkey.divinity.stats.items with parameters of type DefenseAttributeModifier and TypeMethodDescriptionstatic booleanItemStats.hasDefense(org.bukkit.inventory.ItemStack item, org.bukkit.entity.Player player, DefenseAttribute defType) static voidItemStats.registerDefense(DefenseAttribute def) -
Uses of DefenseAttribute in studio.magemonkey.divinity.stats.items.attributes
Methods in studio.magemonkey.divinity.stats.items.attributes that return DefenseAttributeMethods in studio.magemonkey.divinity.stats.items.attributes with parameters of type DefenseAttributeModifier and TypeMethodDescriptionbooleanDamageAttribute.isAttached(DefenseAttribute def) voidDamageAttribute.setAttachedDefense(DefenseAttribute defense)