Uses of Enum Class
net.minecraft.world.entity.animal.axolotl.Axolotl.Variant
Package
Description
-
Uses of Axolotl.Variant in net.minecraft.advancements.critereon
Modifier and TypeFieldDescriptionstatic final EntityVariantPredicate<Axolotl.Variant>
EntitySubPredicate.Types.AXOLOTL
-
Uses of Axolotl.Variant in net.minecraft.client.renderer.entity
Modifier and TypeFieldDescriptionprivate static final Map<Axolotl.Variant,
ResourceLocation> AxolotlRenderer.TEXTURE_BY_TYPE
-
Uses of Axolotl.Variant in net.minecraft.world.entity.animal.axolotl
Modifier and TypeFieldDescriptionprivate static final IntFunction<Axolotl.Variant>
Axolotl.Variant.BY_ID
static final com.mojang.serialization.Codec<Axolotl.Variant>
Axolotl.Variant.CODEC
Modifier and TypeMethodDescriptionstatic Axolotl.Variant
Axolotl.Variant.byId
(int p_262930_) static Axolotl.Variant
Axolotl.Variant.getCommonSpawnVariant
(RandomSource p_218449_) static Axolotl.Variant
Axolotl.Variant.getRareSpawnVariant
(RandomSource p_218454_) private static Axolotl.Variant
Axolotl.Variant.getSpawnVariant
(RandomSource p_218451_, boolean p_218452_) Axolotl.AxolotlGroupData.getVariant
(RandomSource p_218447_) Axolotl.getVariant()
static Axolotl.Variant
Returns the enum constant of this class with the specified name.static Axolotl.Variant[]
Axolotl.Variant.values()
Returns an array containing the constants of this enum class, in the order they are declared.