Uses of Enum Class
studio.magemonkey.divinity.modules.list.classes.object.ClassAttributeType
Packages that use ClassAttributeType
Package
Description
-
Uses of ClassAttributeType in studio.magemonkey.divinity.modules.list.classes.api
Methods in studio.magemonkey.divinity.modules.list.classes.api with parameters of type ClassAttributeTypeModifier and TypeMethodDescriptionRPGClass.getAttribute(ClassAttributeType type) doubleUserClassData.getAttribute(ClassAttributeType type) doubleRPGClass.getAttributeValue(ClassAttributeType type, int lvl) -
Uses of ClassAttributeType in studio.magemonkey.divinity.modules.list.classes.object
Methods in studio.magemonkey.divinity.modules.list.classes.object that return ClassAttributeTypeModifier and TypeMethodDescriptionstatic ClassAttributeTypeReturns the enum constant of this class with the specified name.static ClassAttributeType[]ClassAttributeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in studio.magemonkey.divinity.modules.list.classes.object with parameters of type ClassAttributeTypeModifier and TypeMethodDescriptiondoubleClassAspectBonus.getPerPointAttribute(ClassAttributeType type) ClassAttribute.replace(ClassAttributeType qa, String line, double cur, double aspect, int lvl) Constructor parameters in studio.magemonkey.divinity.modules.list.classes.object with type arguments of type ClassAttributeTypeModifierConstructorDescriptionClassAspectBonus(int maxValue, Map<ClassAttributeType, Double> pointAtt, BonusMap bonusMap)