Uses of Class
org.lazywizard.lazylib.combat.DefenseType

Packages that use DefenseType
org.lazywizard.lazylib.combat Contains combat helper classes. 
 

Uses of DefenseType in org.lazywizard.lazylib.combat
 

Methods in org.lazywizard.lazylib.combat that return DefenseType
static DefenseType DefenseType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DefenseType[] DefenseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.