Uses of Enum Class
net.minecraft.world.entity.animal.cow.MushroomCow.Variant
Packages that use MushroomCow.Variant
Package
Description
-
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, MushroomCowRenderer.MushroomCowTexture> 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.core.component
Fields in net.minecraft.core.component with type parameters of type MushroomCow.VariantModifier and TypeFieldDescriptionstatic final DataComponentType<MushroomCow.Variant> DataComponents.MOOSHROOM_VARIANT -
Uses of MushroomCow.Variant in net.minecraft.world.entity.animal.cow
Subclasses with type arguments of type MushroomCow.Variant in net.minecraft.world.entity.animal.cowFields in net.minecraft.world.entity.animal.cow declared as MushroomCow.VariantFields in net.minecraft.world.entity.animal.cow with type parameters of type MushroomCow.VariantModifier and TypeFieldDescriptionprivate static final IntFunction<MushroomCow.Variant> MushroomCow.Variant.BY_IDstatic final com.mojang.serialization.Codec<MushroomCow.Variant> MushroomCow.Variant.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, MushroomCow.Variant> MushroomCow.Variant.STREAM_CODECMethods in net.minecraft.world.entity.animal.cow that return MushroomCow.VariantModifier and TypeMethodDescriptionprivate static MushroomCow.VariantMushroomCow.Variant.byId(int id) private MushroomCow.VariantMushroomCow.getOffspringVariant(MushroomCow mate) 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.cow with parameters of type MushroomCow.VariantModifier and TypeMethodDescriptionprivate voidMushroomCow.setVariant(MushroomCow.Variant variant)