Uses of Enum Class
de.kaiserpfalzedv.rpg.torg.model.core.AttackPowerTarget
Packages that use AttackPowerTarget
-
Uses of AttackPowerTarget in de.kaiserpfalzedv.rpg.torg.model.core
Methods in de.kaiserpfalzedv.rpg.torg.model.core that return AttackPowerTargetModifier and TypeMethodDescriptionAttackPower.getDn()static AttackPowerTargetReturns the enum constant of this class with the specified name.static AttackPowerTarget[]AttackPowerTarget.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 AttackPowerTargetModifier and TypeMethodDescriptionAttackPowerTarget.allAttackPowerTargets()AttackPowerTarget.mapFromFoundry(@NotNull String name) Methods in de.kaiserpfalzedv.rpg.torg.model.core with parameters of type AttackPowerTargetConstructors in de.kaiserpfalzedv.rpg.torg.model.core with parameters of type AttackPowerTargetModifierConstructorDescriptionAttackPower(String castingTime, String duration, AttackPowerTarget dn, Success success)