Uses of Enum Class
net.minecraft.entity.passive.CowVariant.Model
Packages that use CowVariant.Model
- 
Uses of CowVariant.Model in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type CowVariant.ModelModifier and TypeFieldDescriptionprivate final Map<CowVariant.Model, BabyModelPair<CowEntityModel>> CowEntityRenderer.babyModelPairMapMethods in net.minecraft.client.render.entity that return types with arguments of type CowVariant.ModelModifier and TypeMethodDescriptionprivate static Map<CowVariant.Model, BabyModelPair<CowEntityModel>> CowEntityRenderer.createBabyModelPairMap(EntityRendererFactory.Context context)  - 
Uses of CowVariant.Model in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type CowVariant.ModelModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CowVariant.Model> CowVariant.Model.CODECprivate final ModelAndTexture<CowVariant.Model> CowVariant.modelAndTextureThe field for themodelAndTexturerecord component.Methods in net.minecraft.entity.passive that return CowVariant.ModelModifier and TypeMethodDescriptionstatic CowVariant.ModelReturns the enum constant of this class with the specified name.static CowVariant.Model[]CowVariant.Model.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.passive that return types with arguments of type CowVariant.ModelModifier and TypeMethodDescriptionCowVariant.modelAndTexture()Returns the value of themodelAndTexturerecord component.Methods in net.minecraft.entity.passive with parameters of type CowVariant.ModelModifier and TypeMethodDescriptionprivate static voidCowVariants.register(Registerable<CowVariant> registry, RegistryKey<CowVariant> key, CowVariant.Model model, String textureName, SpawnConditionSelectors spawnConditions) private static voidCowVariants.register(Registerable<CowVariant> registry, RegistryKey<CowVariant> key, CowVariant.Model model, String textureName, TagKey<Biome> biomes) Constructor parameters in net.minecraft.entity.passive with type arguments of type CowVariant.ModelModifierConstructorDescriptionprivateCowVariant(ModelAndTexture<CowVariant.Model> modelAndTexture) CowVariant(ModelAndTexture<CowVariant.Model> modelAndTexture, SpawnConditionSelectors spawnConditionSelectors)