Uses of Enum Class
de.kaiserpfalzedv.rpg.torg.model.core.Damage.DamageType
Packages that use Damage.DamageType
-
Uses of Damage.DamageType in de.kaiserpfalzedv.rpg.torg.model.core
Methods in de.kaiserpfalzedv.rpg.torg.model.core that return Damage.DamageTypeModifier and TypeMethodDescriptionDamage.getType()static Damage.DamageTypeReturns the enum constant of this class with the specified name.static Damage.DamageType[]Damage.DamageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.kaiserpfalzedv.rpg.torg.model.core that return types with arguments of type Damage.DamageTypeModifier and TypeMethodDescriptionDamage.DamageType.all()static Optional<Damage.DamageType> Damage.DamageType.mapFoundry(String name) Damage.DamageType.mapFromFoundry(String name) Damage.DamageType.mapFromRoll20(String name) Methods in de.kaiserpfalzedv.rpg.torg.model.core with parameters of type Damage.DamageTypeConstructors in de.kaiserpfalzedv.rpg.torg.model.core with parameters of type Damage.DamageType