Uses of Enum Class
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 final Map
<PandaEntity.Gene, Identifier> PandaEntityRenderer.TEXTURES
-
Uses of PandaEntity.Gene in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type PandaEntity.GeneModifier and TypeFieldDescriptionprivate static final IntFunction
<PandaEntity.Gene> PandaEntity.Gene.BY_ID
static final StringIdentifiable.EnumCodec
<PandaEntity.Gene> PandaEntity.Gene.CODEC
Methods 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()
(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.Methods in net.minecraft.entity.passive with parameters of type PandaEntity.GeneModifier 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)