Uses of Class
net.minecraft.entity.passive.MooshroomEntity.Type
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.entity.passive |
-
Uses of MooshroomEntity.Type in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type MooshroomEntity.Type Modifier and Type Field Description private static Map<MooshroomEntity.Type,Identifier>MooshroomEntityRenderer. TEXTURES -
Uses of MooshroomEntity.Type in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return MooshroomEntity.Type Modifier and Type Method Description private MooshroomEntity.TypeMooshroomEntity. chooseBabyType(MooshroomEntity mooshroom)private static MooshroomEntity.TypeMooshroomEntity.Type. fromName(String name)MooshroomEntity.TypeMooshroomEntity. getMooshroomType()static MooshroomEntity.TypeMooshroomEntity.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MooshroomEntity.Type[]MooshroomEntity.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type MooshroomEntity.Type Modifier and Type Method Description private voidMooshroomEntity. setType(MooshroomEntity.Type type)