Uses of Enum Class
net.minecraft.entity.passive.MooshroomEntity.Type
Packages that use MooshroomEntity.Type
-
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
Methods in net.minecraft.entity.passive that return MooshroomEntity.TypeModifier and TypeMethodDescriptionprivate MooshroomEntity.TypeMooshroomEntity.chooseBabyType(MooshroomEntity mooshroom) (package private) static MooshroomEntity.TypeMooshroomEntity.getMooshroomType()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.setType(MooshroomEntity.Type type)