Uses of Enum Class
net.minecraft.world.entity.animal.Panda.Gene
Packages that use Panda.Gene
-
Uses of Panda.Gene in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type Panda.GeneModifier and TypeFieldDescriptionprivate static final Map<Panda.Gene, ResourceLocation> PandaRenderer.TEXTURES -
Uses of Panda.Gene in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal with type parameters of type Panda.GeneModifier and TypeFieldDescriptionprivate static final IntFunction<Panda.Gene> Panda.Gene.BY_IDstatic final StringRepresentable.EnumCodec<Panda.Gene> Panda.Gene.CODECMethods in net.minecraft.world.entity.animal that return Panda.GeneModifier and TypeMethodDescriptionstatic Panda.GenePanda.Gene.byId(int p_29249_) static Panda.GenePanda.getHiddenGene()Panda.getMainGene()private Panda.GenePanda.getOneOfGenesRandomly()static Panda.GenePanda.Gene.getRandom(RandomSource p_218235_) Panda.getVariant()(package private) static Panda.GenePanda.Gene.getVariantFromGenes(Panda.Gene p_29261_, Panda.Gene p_29262_) static Panda.GeneReturns the enum constant of this class with the specified name.static Panda.Gene[]Panda.Gene.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.entity.animal with parameters of type Panda.GeneModifier and TypeMethodDescription(package private) static Panda.GenePanda.Gene.getVariantFromGenes(Panda.Gene p_29261_, Panda.Gene p_29262_) voidPanda.setHiddenGene(Panda.Gene p_29117_) voidPanda.setMainGene(Panda.Gene p_29100_)