Uses of Enum Class
zombie.characters.SurvivorFactory.SurvivorType
Packages that use SurvivorFactory.SurvivorType
-
Uses of SurvivorFactory.SurvivorType in zombie.characters
Subclasses with type arguments of type SurvivorFactory.SurvivorType in zombie.charactersMethods in zombie.characters that return SurvivorFactory.SurvivorTypeModifier and TypeMethodDescriptionSurvivorDesc.getType()static SurvivorFactory.SurvivorTypeReturns the enum constant of this class with the specified name.static SurvivorFactory.SurvivorType[]SurvivorFactory.SurvivorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.characters with parameters of type SurvivorFactory.SurvivorTypeModifier and TypeMethodDescriptionstatic SurvivorDescSurvivorFactory.CreateSurvivor(SurvivorFactory.SurvivorType survivorType) static SurvivorDescSurvivorFactory.CreateSurvivor(SurvivorFactory.SurvivorType survivorType, boolean bFemale) voidSurvivorDesc.setType(SurvivorFactory.SurvivorType _type)