Uses of Class
net.minecraft.entity.passive.PandaEntity.Gene
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.entity.passive |
-
Uses of PandaEntity.Gene in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type PandaEntity.Gene Modifier and Type Field Description private static Map<PandaEntity.Gene,Identifier>PandaEntityRenderer. TEXTURES -
Uses of PandaEntity.Gene in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as PandaEntity.Gene Modifier and Type Field Description private static PandaEntity.Gene[]PandaEntity.Gene. VALUESMethods in net.minecraft.entity.passive that return PandaEntity.Gene Modifier and Type Method Description static PandaEntity.GenePandaEntity.Gene. byId(int id)static PandaEntity.GenePandaEntity.Gene. byName(String name)static PandaEntity.GenePandaEntity.Gene. createRandom(Random random)PandaEntity.GenePandaEntity. getHiddenGene()PandaEntity.GenePandaEntity. getMainGene()private static PandaEntity.GenePandaEntity.Gene. getProductGene(PandaEntity.Gene mainGene, PandaEntity.Gene hiddenGene)PandaEntity.GenePandaEntity. getProductGene()private PandaEntity.GenePandaEntity. getRandomGene()static PandaEntity.GenePandaEntity.Gene. valueOf(String name)Returns the enum constant of this type with the specified name.static PandaEntity.Gene[]PandaEntity.Gene. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type PandaEntity.Gene Modifier and Type Method Description private static PandaEntity.GenePandaEntity.Gene. getProductGene(PandaEntity.Gene mainGene, PandaEntity.Gene hiddenGene)voidPandaEntity. setHiddenGene(PandaEntity.Gene gene)voidPandaEntity. setMainGene(PandaEntity.Gene gene)