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.babyModelPairMap
Methods 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.CODEC
private final ModelAndTexture
<CowVariant.Model> CowVariant.modelAndTexture
The field for themodelAndTexture
record component.Methods in net.minecraft.entity.passive that return CowVariant.ModelModifier and TypeMethodDescriptionstatic CowVariant.Model
Returns 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 themodelAndTexture
record component.Methods in net.minecraft.entity.passive with parameters of type CowVariant.ModelModifier and TypeMethodDescriptionprivate static void
CowVariants.register
(Registerable<CowVariant> registry, RegistryKey<CowVariant> key, CowVariant.Model model, String textureName, SpawnConditionSelectors spawnConditions) private static void
CowVariants.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.ModelModifierConstructorDescriptionprivate
CowVariant
(ModelAndTexture<CowVariant.Model> modelAndTexture) CowVariant
(ModelAndTexture<CowVariant.Model> modelAndTexture, SpawnConditionSelectors spawnConditionSelectors)