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_ID
static final StringRepresentable.EnumCodec
<Panda.Gene> Panda.Gene.CODEC
Methods in net.minecraft.world.entity.animal that return Panda.GeneModifier and TypeMethodDescriptionstatic Panda.Gene
Panda.Gene.byId
(int pIndex) static Panda.Gene
Panda.getHiddenGene()
Panda.getMainGene()
private Panda.Gene
Panda.getOneOfGenesRandomly()
static Panda.Gene
Panda.Gene.getRandom
(RandomSource pRandom) Panda.getVariant()
(package private) static Panda.Gene
Panda.Gene.getVariantFromGenes
(Panda.Gene pMainGene, Panda.Gene pHiddenGene) 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.Methods in net.minecraft.world.entity.animal with parameters of type Panda.GeneModifier and TypeMethodDescription(package private) static Panda.Gene
Panda.Gene.getVariantFromGenes
(Panda.Gene pMainGene, Panda.Gene pHiddenGene) void
Panda.setHiddenGene
(Panda.Gene pPandaType) void
Panda.setMainGene
(Panda.Gene pPandaType)