Uses of Enum Class
net.minecraft.entity.passive.MooshroomEntity.Variant
Packages that use MooshroomEntity.Variant
Package
Description
-
Uses of MooshroomEntity.Variant in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type MooshroomEntity.VariantModifier and TypeFieldDescriptionprivate static final Map
<MooshroomEntity.Variant, Identifier> MooshroomEntityRenderer.TEXTURES
-
Uses of MooshroomEntity.Variant in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as MooshroomEntity.Variant -
Uses of MooshroomEntity.Variant in net.minecraft.component
Fields in net.minecraft.component with type parameters of type MooshroomEntity.VariantModifier and TypeFieldDescriptionstatic final ComponentType
<MooshroomEntity.Variant> DataComponentTypes.MOOSHROOM_VARIANT
-
Uses of MooshroomEntity.Variant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as MooshroomEntity.VariantModifier and TypeFieldDescriptionstatic final MooshroomEntity.Variant
MooshroomEntity.Variant.DEFAULT
Fields in net.minecraft.entity.passive with type parameters of type MooshroomEntity.VariantModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<MooshroomEntity.Variant> MooshroomEntity.Variant.CODEC
private static final IntFunction
<MooshroomEntity.Variant> MooshroomEntity.Variant.INDEX_MAPPER
static final PacketCodec
<ByteBuf, MooshroomEntity.Variant> MooshroomEntity.Variant.PACKET_CODEC
Methods in net.minecraft.entity.passive that return MooshroomEntity.VariantModifier and TypeMethodDescriptionprivate MooshroomEntity.Variant
MooshroomEntity.chooseBabyVariant
(MooshroomEntity mooshroom) (package private) static MooshroomEntity.Variant
MooshroomEntity.Variant.fromIndex
(int index) MooshroomEntity.getVariant()
static MooshroomEntity.Variant
Returns the enum constant of this class with the specified name.static MooshroomEntity.Variant[]
MooshroomEntity.Variant.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type MooshroomEntity.VariantModifier and TypeMethodDescriptionprivate void
MooshroomEntity.setVariant
(MooshroomEntity.Variant variant)