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
Subclasses with type arguments of type Panda.Gene in net.minecraft.world.entity.animal.pandaFields 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 id) Panda.getHiddenGene()Panda.getMainGene()private Panda.GenePanda.getOneOfGenesRandomly()static Panda.GenePanda.Gene.getRandom(RandomSource random) Panda.getVariant()private static Panda.GenePanda.Gene.getVariantFromGenes(Panda.Gene mainGene, Panda.Gene hiddenGene) 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 TypeMethodDescriptionprivate static Panda.GenePanda.Gene.getVariantFromGenes(Panda.Gene mainGene, Panda.Gene hiddenGene) voidPanda.setHiddenGene(Panda.Gene gene) voidPanda.setMainGene(Panda.Gene gene)