Uses of Class
zombie.characters.SurvivorFactory.SurvivorType

Packages that use SurvivorFactory.SurvivorType
zombie.characters   
 

Uses of SurvivorFactory.SurvivorType in zombie.characters
 

Methods in zombie.characters that return SurvivorFactory.SurvivorType
 SurvivorFactory.SurvivorType SurvivorDesc.getType()
           
static SurvivorFactory.SurvivorType SurvivorFactory.SurvivorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SurvivorFactory.SurvivorType[] SurvivorFactory.SurvivorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in zombie.characters with parameters of type SurvivorFactory.SurvivorType
static SurvivorDesc SurvivorFactory.CreateSurvivor(SurvivorFactory.SurvivorType survivorType)
           
static SurvivorDesc SurvivorFactory.CreateSurvivor(SurvivorFactory.SurvivorType survivorType, boolean bFemale)
           
 void SurvivorDesc.setType(SurvivorFactory.SurvivorType type)