Uses of Class
zombie.characters.animals.AnimalGene
Packages that use AnimalGene
Package
Description
-
Uses of AnimalGene in zombie.characters.animals
Fields in zombie.characters.animals with type parameters of type AnimalGeneMethods in zombie.characters.animals that return types with arguments of type AnimalGeneModifier and TypeMethodDescriptionIsoAnimal.getFullGenome()IsoAnimal.getFullGenomeList()static HashMap<String, AnimalGene> AnimalGene.initGenesFromParents(HashMap<String, AnimalGene> hashMap2, HashMap<String, AnimalGene> hashMap1) Method parameters in zombie.characters.animals with type arguments of type AnimalGeneModifier and TypeMethodDescriptionstatic voidAnimalGene.doRatio(AnimalGenomeDefinitions animalGenomeDefinitions, HashMap<String, AnimalGene> hashMap, AnimalAllele animalAllele) static HashMap<String, AnimalGene> AnimalGene.initGenesFromParents(HashMap<String, AnimalGene> hashMap2, HashMap<String, AnimalGene> hashMap1) -
Uses of AnimalGene in zombie.characters.animals.datas
Fields in zombie.characters.animals.datas with type parameters of type AnimalGeneMethod parameters in zombie.characters.animals.datas with type arguments of type AnimalGeneModifier and TypeMethodDescriptionvoidAnimalData.setMaleGenome(HashMap<String, AnimalGene> hashMap) -
Uses of AnimalGene in zombie.inventory.types
Fields in zombie.inventory.types with type parameters of type AnimalGene