Uses of Enum
net.minecraft.entity.passive.PandaEntity.Gene
Packages that use PandaEntity.Gene
-
Uses of PandaEntity.Gene in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type PandaEntity.GeneModifier and TypeFieldDescriptionprivate static Map<PandaEntity.Gene,Identifier>
PandaEntityRenderer.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 id)
static PandaEntity.Gene
static PandaEntity.Gene
PandaEntity.Gene.createRandom(Random random)
PandaEntity.getHiddenGene()
PandaEntity.getMainGene()
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 type with the specified name.static PandaEntity.Gene[]
PandaEntity.Gene.values()
Returns an array containing the constants of this enum type, 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.getProductGene(PandaEntity.Gene mainGene, PandaEntity.Gene hiddenGene)
void
PandaEntity.setHiddenGene(PandaEntity.Gene gene)
void
PandaEntity.setMainGene(PandaEntity.Gene gene)