Uses of Enum Class
net.minecraft.entity.passive.PandaEntity.Gene
-
Uses of PandaEntity.Gene in net.minecraft.client.render.entity
Modifier and TypeFieldDescriptionprivate static final Map<PandaEntity.Gene,
Identifier> PandaEntityRenderer.TEXTURES
-
Uses of PandaEntity.Gene in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate static final IntFunction<PandaEntity.Gene>
PandaEntity.Gene.BY_ID
static final StringIdentifiable.EnumCodec<PandaEntity.Gene>
PandaEntity.Gene.CODEC
Modifier and TypeMethodDescriptionstatic PandaEntity.Gene
PandaEntity.Gene.byId
(int id) static PandaEntity.Gene
static PandaEntity.Gene
PandaEntity.Gene.createRandom
(Random random) PandaEntity.getHiddenGene()
PandaEntity.getMainGene()
(package private) static PandaEntity.Gene
PandaEntity.Gene.getProductGene
(PandaEntity.Gene mainGene, PandaEntity.Gene hiddenGene) PandaEntity.getProductGene()
private PandaEntity.Gene
PandaEntity.getRandomGene()
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 TypeMethodDescription(package private) static PandaEntity.Gene
PandaEntity.Gene.getProductGene
(PandaEntity.Gene mainGene, PandaEntity.Gene hiddenGene) void
PandaEntity.setHiddenGene
(PandaEntity.Gene gene) void
PandaEntity.setMainGene
(PandaEntity.Gene gene)