Uses of Enum Class
net.minecraft.world.entity.animal.panda.Panda.Gene
Packages that use Panda.Gene
Package
Description
-
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, Identifier> PandaRenderer.TEXTURES -
Uses of Panda.Gene in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as Panda.Gene -
Uses of Panda.Gene in net.minecraft.world.entity.animal.panda
Fields in net.minecraft.world.entity.animal.panda with type parameters of type Panda.GeneModifier and TypeFieldDescriptionprivate static final IntFunction<Panda.Gene> Panda.Gene.BY_IDstatic final com.mojang.serialization.Codec<Panda.Gene> Panda.Gene.CODECMethods in net.minecraft.world.entity.animal.panda that return Panda.GeneModifier and TypeMethodDescriptionstatic Panda.GenePanda.Gene.byId(int pId) Panda.getHiddenGene()Panda.getMainGene()private Panda.GenePanda.getOneOfGenesRandomly()static Panda.GenePanda.Gene.getRandom(RandomSource pRandom) Panda.getVariant()(package private) static Panda.GenePanda.Gene.getVariantFromGenes(Panda.Gene pMainGene, Panda.Gene pHiddenGene) 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.panda with parameters of type Panda.GeneModifier and TypeMethodDescription(package private) static Panda.GenePanda.Gene.getVariantFromGenes(Panda.Gene pMainGene, Panda.Gene pHiddenGene) voidPanda.setHiddenGene(Panda.Gene pHiddenGene) voidPanda.setMainGene(Panda.Gene pMainGene)