Uses of Class
jurpe.combat.DamageType

Packages that use DamageType
jurpe.combat   
jurpe.items   
 

Uses of DamageType in jurpe.combat
 

Methods in jurpe.combat that return DamageType
 DamageType WeaponDamage.getType()
          Get the damage type
static DamageType DamageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DamageType[] DamageType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in jurpe.combat with parameters of type DamageType
WeaponDamage(DamageType damageType, int mod)
          Constructor
 

Uses of DamageType in jurpe.items
 

Methods in jurpe.items that return DamageType
 DamageType Weapon.getDamageType()
          Returns type of damage based on weapon mode.
 


Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net