Uses of Enum Class
net.minecraft.entity.passive.MooshroomEntity.Type
Packages that use MooshroomEntity.Type
Package
Description
-
Uses of MooshroomEntity.Type in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type MooshroomEntity.TypeModifier and TypeFieldDescriptionprivate static final Map<MooshroomEntity.Type, Identifier> MooshroomEntityRenderer.TEXTURES -
Uses of MooshroomEntity.Type in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as MooshroomEntity.Type -
Uses of MooshroomEntity.Type in net.minecraft.component
Fields in net.minecraft.component with type parameters of type MooshroomEntity.TypeModifier and TypeFieldDescriptionstatic final ComponentType<MooshroomEntity.Type> DataComponentTypes.VARIANT_MOOSHROOM -
Uses of MooshroomEntity.Type in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type MooshroomEntity.TypeModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec<MooshroomEntity.Type> MooshroomEntity.Type.CODECstatic final PacketCodec<ByteBuf, MooshroomEntity.Type> MooshroomEntity.Type.field_55962private static final IntFunction<MooshroomEntity.Type> MooshroomEntity.Type.field_55963Methods in net.minecraft.entity.passive that return MooshroomEntity.TypeModifier and TypeMethodDescriptionprivate MooshroomEntity.TypeMooshroomEntity.chooseBabyType(MooshroomEntity mooshroom) (package private) static MooshroomEntity.TypeMooshroomEntity.method_47847()(package private) static MooshroomEntity.TypeMooshroomEntity.Type.method_66677(int int2) static MooshroomEntity.TypeReturns the enum constant of this class with the specified name.static MooshroomEntity.Type[]MooshroomEntity.Type.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.TypeModifier and TypeMethodDescriptionprivate voidMooshroomEntity.method_47846(MooshroomEntity.Type type)