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.VariantMooshroomEntity.Variant.DEFAULTFields in net.minecraft.entity.passive with type parameters of type MooshroomEntity.VariantModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MooshroomEntity.Variant> MooshroomEntity.Variant.CODECprivate static final IntFunction<MooshroomEntity.Variant> MooshroomEntity.Variant.INDEX_MAPPERstatic final PacketCodec<ByteBuf, MooshroomEntity.Variant> MooshroomEntity.Variant.PACKET_CODECMethods in net.minecraft.entity.passive that return MooshroomEntity.VariantModifier and TypeMethodDescriptionprivate MooshroomEntity.VariantMooshroomEntity.chooseBabyVariant(MooshroomEntity mooshroom) (package private) static MooshroomEntity.VariantMooshroomEntity.Variant.fromIndex(int index) MooshroomEntity.getVariant()static MooshroomEntity.VariantReturns 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 voidMooshroomEntity.setVariant(MooshroomEntity.Variant variant)