Uses of Enum Class
net.minecraft.world.entity.animal.Panda.Gene
-
Uses of Panda.Gene in net.minecraft.client.renderer.entity
Modifier and TypeFieldDescriptionprivate static final Map<Panda.Gene,
ResourceLocation> PandaRenderer.TEXTURES
-
Uses of Panda.Gene in net.minecraft.world.entity.animal
Modifier and TypeFieldDescriptionprivate static final IntFunction<Panda.Gene>
Panda.Gene.BY_ID
static final StringRepresentable.EnumCodec<Panda.Gene>
Panda.Gene.CODEC
Modifier and TypeMethodDescriptionstatic Panda.Gene
Panda.Gene.byId
(int p_29249_) static Panda.Gene
Panda.getHiddenGene()
Panda.getMainGene()
private Panda.Gene
Panda.getOneOfGenesRandomly()
static Panda.Gene
Panda.Gene.getRandom
(RandomSource p_218235_) Panda.getVariant()
(package private) static Panda.Gene
Panda.Gene.getVariantFromGenes
(Panda.Gene p_29261_, Panda.Gene p_29262_) static Panda.Gene
Returns 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.Modifier and TypeMethodDescription(package private) static Panda.Gene
Panda.Gene.getVariantFromGenes
(Panda.Gene p_29261_, Panda.Gene p_29262_) void
Panda.setHiddenGene
(Panda.Gene p_29117_) void
Panda.setMainGene
(Panda.Gene p_29100_)