Uses of Enum Class
net.minecraft.entity.passive.PandaEntity.Gene
Packages that use PandaEntity.Gene
-
Uses of PandaEntity.Gene in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type PandaEntity.GeneModifier and TypeFieldDescriptionprivate static final Map<PandaEntity.Gene,ResourceLocation> PandaRenderer.TEXTURES -
Uses of PandaEntity.Gene in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as PandaEntity.GeneMethods in net.minecraft.entity.passive that return PandaEntity.GeneModifier and TypeMethodDescriptionstatic PandaEntity.GenePandaEntity.Gene.byId(int p_221105_0_) static PandaEntity.GenePandaEntity.getHiddenGene()PandaEntity.getMainGene()private PandaEntity.GenePandaEntity.getOneOfGenesRandomly()static PandaEntity.GenePandaEntity.getVariant()private static PandaEntity.GenePandaEntity.Gene.getVariantFromGenes(PandaEntity.Gene p_221101_0_, PandaEntity.Gene p_221101_1_) static PandaEntity.GeneReturns the enum constant of this class with the specified name.static PandaEntity.Gene[]PandaEntity.Gene.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type PandaEntity.GeneModifier and TypeMethodDescriptionprivate 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_)