Uses of Enum Class
net.minecraft.world.entity.animal.MushroomCow.Variant
Packages that use MushroomCow.Variant
Package
Description
-
Uses of MushroomCow.Variant in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type MushroomCow.Variant -
Uses of MushroomCow.Variant in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type MushroomCow.VariantModifier and TypeFieldDescriptionprivate static final Map<MushroomCow.Variant, ResourceLocation> MushroomCowRenderer.TEXTURES -
Uses of MushroomCow.Variant in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as MushroomCow.Variant -
Uses of MushroomCow.Variant in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal with type parameters of type MushroomCow.VariantModifier and TypeFieldDescriptionstatic final StringRepresentable.EnumCodec<MushroomCow.Variant> MushroomCow.Variant.CODECMethods in net.minecraft.world.entity.animal that return MushroomCow.VariantModifier and TypeMethodDescription(package private) static MushroomCow.Variantprivate MushroomCow.VariantMushroomCow.getOffspringVariant(MushroomCow partner) MushroomCow.getVariant()static MushroomCow.VariantReturns the enum constant of this class with the specified name.static MushroomCow.Variant[]MushroomCow.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 with parameters of type MushroomCow.Variant