Uses of Enum Class
net.minecraft.entity.passive.PandaEntity.Gene
-
Uses of PandaEntity.Gene in net.minecraft.client.renderer.entity
Modifier and TypeFieldDescriptionprivate static final Map<PandaEntity.Gene,
ResourceLocation> PandaRenderer.TEXTURES
-
Uses of PandaEntity.Gene in net.minecraft.entity.passive
Modifier 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.Modifier 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_)