Uses of Class
net.minecraft.entity.passive.PandaEntity.Gene
-
Packages that use PandaEntity.Gene Package Description net.minecraft.client.renderer.entity net.minecraft.entity.passive -
-
Uses of PandaEntity.Gene in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type PandaEntity.Gene Modifier and Type Field Description private static java.util.Map<PandaEntity.Gene,ResourceLocation>PandaRenderer. 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. BY_IDMethods in net.minecraft.entity.passive that return PandaEntity.Gene Modifier and Type Method Description static PandaEntity.GenePandaEntity.Gene. byId(int p_221105_0_)static PandaEntity.GenePandaEntity.Gene. byName(java.lang.String p_221108_0_)PandaEntity.GenePandaEntity. getHiddenGene()PandaEntity.GenePandaEntity. getMainGene()private PandaEntity.GenePandaEntity. getOneOfGenesRandomly()static PandaEntity.GenePandaEntity.Gene. getRandom(java.util.Random p_221104_0_)PandaEntity.GenePandaEntity. getVariant()private static PandaEntity.GenePandaEntity.Gene. getVariantFromGenes(PandaEntity.Gene p_221101_0_, PandaEntity.Gene p_221101_1_)static PandaEntity.GenePandaEntity.Gene. valueOf(java.lang.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. getVariantFromGenes(PandaEntity.Gene p_221101_0_, PandaEntity.Gene p_221101_1_)voidPandaEntity. setHiddenGene(PandaEntity.Gene p_213541_1_)voidPandaEntity. setMainGene(PandaEntity.Gene p_213589_1_)
-