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.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.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
Fields in net.minecraft.world.entity.animal declared as MushroomCow.VariantFields in net.minecraft.world.entity.animal with type parameters of type MushroomCow.VariantModifier and TypeFieldDescriptionprivate static final IntFunction
<MushroomCow.Variant> MushroomCow.Variant.BY_ID
static final com.mojang.serialization.Codec
<MushroomCow.Variant> MushroomCow.Variant.CODEC
static final StreamCodec
<io.netty.buffer.ByteBuf, MushroomCow.Variant> MushroomCow.Variant.STREAM_CODEC
Methods in net.minecraft.world.entity.animal that return MushroomCow.VariantModifier and TypeMethodDescription(package private) static MushroomCow.Variant
MushroomCow.Variant.byId
(int p_397937_) private MushroomCow.Variant
MushroomCow.getOffspringVariant
(MushroomCow p_28931_) MushroomCow.getVariant()
static MushroomCow.Variant
Returns 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.VariantModifier and TypeMethodDescriptionprivate void
MushroomCow.setVariant
(MushroomCow.Variant p_360882_)