Uses of Enum Class
net.minecraft.world.entity.animal.axolotl.Axolotl.Variant
-
Uses of Axolotl.Variant in net.minecraft.client.renderer.entity
Modifier and TypeFieldDescriptionprivate static Map<Axolotl.Variant,ResourceLocation>
AxolotlRenderer.TEXTURE_BY_TYPE
-
Uses of Axolotl.Variant in net.minecraft.world.entity.animal.axolotl
Modifier and TypeFieldDescriptionstatic Axolotl.Variant[]
Axolotl.Variant.BY_ID
Axolotl.AxolotlGroupData.types
Modifier and TypeMethodDescriptionstatic Axolotl.Variant
Axolotl.Variant.getCommonSpawnVariant(Random p_149246_)
static Axolotl.Variant
Axolotl.Variant.getRareSpawnVariant(Random p_149257_)
private static Axolotl.Variant
Axolotl.Variant.getSpawnVariant(Random p_149248_, boolean p_149249_)
Axolotl.AxolotlGroupData.getVariant(Random p_149206_)
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.