Uses of Class
net.minecraft.entity.passive.PandaEntity.Gene
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.entity.passive |
-
Uses of PandaEntity.Gene in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type PandaEntity.Gene Modifier and Type Field Description private 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.Gene Modifier and Type Field Description private static PandaEntity.Gene[]
PandaEntity.Gene. VALUES
Methods in net.minecraft.entity.passive that return PandaEntity.Gene Modifier and Type Method Description static PandaEntity.Gene
PandaEntity.Gene. byId(int id)
static PandaEntity.Gene
PandaEntity.Gene. byName(String name)
static PandaEntity.Gene
PandaEntity.Gene. createRandom(Random random)
PandaEntity.Gene
PandaEntity. getHiddenGene()
PandaEntity.Gene
PandaEntity. getMainGene()
private static PandaEntity.Gene
PandaEntity.Gene. getProductGene(PandaEntity.Gene mainGene, PandaEntity.Gene hiddenGene)
PandaEntity.Gene
PandaEntity. getProductGene()
private PandaEntity.Gene
PandaEntity. getRandomGene()
static PandaEntity.Gene
PandaEntity.Gene. valueOf(String name)
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.Gene Modifier and Type Method Description 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)