Uses of Enum Class
net.minecraft.world.entity.animal.axolotl.Axolotl.Variant
Packages that use Axolotl.Variant
Package
Description
-
Uses of Axolotl.Variant in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type Axolotl.Variant -
Uses of Axolotl.Variant in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type Axolotl.VariantModifier and TypeFieldDescriptionprivate static final Map
<Axolotl.Variant, ResourceLocation> AxolotlRenderer.TEXTURE_BY_TYPE
-
Uses of Axolotl.Variant in net.minecraft.world.entity.animal.axolotl
Fields in net.minecraft.world.entity.animal.axolotl declared as Axolotl.VariantFields in net.minecraft.world.entity.animal.axolotl with type parameters of type Axolotl.VariantModifier and TypeFieldDescriptionprivate static final IntFunction
<Axolotl.Variant> Axolotl.Variant.BY_ID
static final com.mojang.serialization.Codec
<Axolotl.Variant> Axolotl.Variant.CODEC
Methods in net.minecraft.world.entity.animal.axolotl that return Axolotl.VariantModifier and TypeMethodDescriptionstatic Axolotl.Variant
Axolotl.Variant.byId
(int pId) static Axolotl.Variant
Axolotl.Variant.getCommonSpawnVariant
(RandomSource pRandom) static Axolotl.Variant
Axolotl.Variant.getRareSpawnVariant
(RandomSource pRandom) private static Axolotl.Variant
Axolotl.Variant.getSpawnVariant
(RandomSource pRandom, boolean pCommon) Axolotl.AxolotlGroupData.getVariant
(RandomSource pRandom) 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.Methods in net.minecraft.world.entity.animal.axolotl with parameters of type Axolotl.VariantConstructors in net.minecraft.world.entity.animal.axolotl with parameters of type Axolotl.Variant