Uses of Enum Class
de.kaiserpfalzedv.rpg.torg.model.actors.Attribute
Packages that use Attribute
-
Uses of Attribute in de.kaiserpfalzedv.rpg.torg.model.actors
Methods in de.kaiserpfalzedv.rpg.torg.model.actors that return AttributeModifier and TypeMethodDescriptionAttributeValue.getName()static AttributeReturns the enum constant of this class with the specified name.static Attribute[]Attribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.kaiserpfalzedv.rpg.torg.model.actors that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttribute.allAttributes()Attribute.mapFromFoundry(@NotNull String name) Attribute.mapFromRoll20(@NotNull String name) Methods in de.kaiserpfalzedv.rpg.torg.model.actors with parameters of type AttributeModifier and TypeMethodDescriptionConstructors in de.kaiserpfalzedv.rpg.torg.model.actors with parameters of type AttributeModifierConstructorDescriptionAttributeValue(Attribute name, Integer base, Integer mod, Integer value) -
Uses of Attribute in de.kaiserpfalzedv.rpg.torg.model.core
Methods in de.kaiserpfalzedv.rpg.torg.model.core that return Attribute