Uses of Class
net.minecraft.entity.passive.PandaEntity.Gene
-
Packages that use PandaEntity.Gene Package Description net.minecraft.client.renderer.entity net.minecraft.entity.passive -
-
Uses of PandaEntity.Gene in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type PandaEntity.Gene Modifier and Type Field Description private static java.util.Map<PandaEntity.Gene,ResourceLocation>
PandaRenderer. 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. BY_ID
Methods in net.minecraft.entity.passive that return PandaEntity.Gene Modifier and Type Method Description static PandaEntity.Gene
PandaEntity.Gene. byId(int p_221105_0_)
static PandaEntity.Gene
PandaEntity.Gene. byName(java.lang.String p_221108_0_)
PandaEntity.Gene
PandaEntity. getHiddenGene()
PandaEntity.Gene
PandaEntity. getMainGene()
private PandaEntity.Gene
PandaEntity. getOneOfGenesRandomly()
static PandaEntity.Gene
PandaEntity.Gene. getRandom(java.util.Random p_221104_0_)
PandaEntity.Gene
PandaEntity. getVariant()
private static PandaEntity.Gene
PandaEntity.Gene. getVariantFromGenes(PandaEntity.Gene p_221101_0_, PandaEntity.Gene p_221101_1_)
static PandaEntity.Gene
PandaEntity.Gene. valueOf(java.lang.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. 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_)
-