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.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type MooshroomEntity.TypeModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec<MooshroomEntity.Type>MooshroomEntity.Type.CODECMethods in net.minecraft.entity.passive that return MooshroomEntity.TypeModifier and TypeMethodDescriptionprivate MooshroomEntity.TypeMooshroomEntity.chooseBabyType(MooshroomEntity mooshroom) (package private) static MooshroomEntity.TypeMooshroomEntity.getVariant()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.Type -
Uses of MooshroomEntity.Type in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type MooshroomEntity.TypeModifier and TypeFieldDescriptionstatic final VariantPredicates<MooshroomEntity.Type>TypeSpecificPredicate.Deserializers.MOOSHROOM