Uses of Class
zombie.characters.IsoGameCharacter.Wound

Packages that use IsoGameCharacter.Wound
zombie.characters   
 

Uses of IsoGameCharacter.Wound in zombie.characters
 

Methods in zombie.characters that return types with arguments of type IsoGameCharacter.Wound
 java.util.Stack<IsoGameCharacter.Wound> IsoGameCharacter.getWounds()
           
 

Method parameters in zombie.characters with type arguments of type IsoGameCharacter.Wound
 void IsoGameCharacter.setWounds(java.util.Stack<IsoGameCharacter.Wound> wounds)