Uses of Class
zombie.characters.IsoGameCharacter.PerkInfo

Packages that use IsoGameCharacter.PerkInfo
zombie.characters   
 

Uses of IsoGameCharacter.PerkInfo in zombie.characters
 

Methods in zombie.characters that return IsoGameCharacter.PerkInfo
 IsoGameCharacter.PerkInfo IsoGameCharacter.getPerkInfo(PerkFactory.Perks perk)
           
 

Methods in zombie.characters that return types with arguments of type IsoGameCharacter.PerkInfo
 java.util.ArrayList<IsoGameCharacter.PerkInfo> IsoGameCharacter.getPerkList()
           
 

Method parameters in zombie.characters with type arguments of type IsoGameCharacter.PerkInfo
 void IsoGameCharacter.setPerkList(java.util.ArrayList<IsoGameCharacter.PerkInfo> PerkList)