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.SurvivorType
Returns 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 SurvivorDesc
SurvivorFactory.CreateSurvivor
(SurvivorFactory.SurvivorType survivorType) static SurvivorDesc
SurvivorFactory.CreateSurvivor
(SurvivorFactory.SurvivorType survivorType, boolean bFemale) void
SurvivorDesc.setType
(SurvivorFactory.SurvivorType _type)