Uses of Class
zombie.characters.BodyDamage.BodyDamage

Packages that use BodyDamage
zombie.characters   
zombie.ui   
 

Uses of BodyDamage in zombie.characters
 

Methods in zombie.characters that return BodyDamage
 BodyDamage IsoGameCharacter.getBodyDamage()
           
 

Methods in zombie.characters with parameters of type BodyDamage
 void IsoGameCharacter.setBodyDamage(BodyDamage BodyDamage)
           
 

Uses of BodyDamage in zombie.ui
 

Fields in zombie.ui declared as BodyDamage
static BodyDamage UIManager.BD_Test
           
 

Methods in zombie.ui that return BodyDamage
static BodyDamage UIManager.getBD_Test()
           
 

Methods in zombie.ui with parameters of type BodyDamage
static void UIManager.setBD_Test(BodyDamage aBD_Test)