Uses of Enum Class
net.minecraft.entity.passive.PandaEntity.Gene
Packages that use PandaEntity.Gene
-
Uses of PandaEntity.Gene in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type PandaEntity.GeneModifier and TypeFieldDescriptionprivate static final Map<PandaEntity.Gene,
ResourceLocation> PandaRenderer.TEXTURES
-
Uses of PandaEntity.Gene in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as PandaEntity.GeneMethods in net.minecraft.entity.passive that return PandaEntity.GeneModifier and TypeMethodDescriptionstatic PandaEntity.Gene
PandaEntity.Gene.byId
(int p_221105_0_) static PandaEntity.Gene
PandaEntity.getHiddenGene()
PandaEntity.getMainGene()
private PandaEntity.Gene
PandaEntity.getOneOfGenesRandomly()
static PandaEntity.Gene
PandaEntity.getVariant()
private static PandaEntity.Gene
PandaEntity.Gene.getVariantFromGenes
(PandaEntity.Gene p_221101_0_, PandaEntity.Gene p_221101_1_) static PandaEntity.Gene
Returns the enum constant of this class with the specified name.static PandaEntity.Gene[]
PandaEntity.Gene.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type PandaEntity.GeneModifier and TypeMethodDescriptionprivate static PandaEntity.Gene
PandaEntity.Gene.getVariantFromGenes
(PandaEntity.Gene p_221101_0_, PandaEntity.Gene p_221101_1_) void
PandaEntity.setHiddenGene
(PandaEntity.Gene p_213541_1_) void
PandaEntity.setMainGene
(PandaEntity.Gene p_213589_1_)