Uses of Record Class
net.minecraft.world.entity.animal.CowVariant
Packages that use CowVariant
Package
Description
-
Uses of CowVariant in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as CowVariant -
Uses of CowVariant in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type CowVariantModifier and TypeFieldDescriptionstatic final DataComponentType<Holder<CowVariant>> DataComponents.COW_VARIANT -
Uses of CowVariant in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type CowVariantModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<CowVariant>> Registries.COW_VARIANT -
Uses of CowVariant in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type CowVariantModifier and TypeFieldDescriptionstatic final EntityDataSerializer<Holder<CowVariant>> EntityDataSerializers.COW_VARIANT -
Uses of CowVariant in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal with type parameters of type CowVariantModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<CowVariant>> CowVariant.CODECstatic final ResourceKey<CowVariant> CowVariants.COLDprivate static final EntityDataAccessor<Holder<CowVariant>> Cow.DATA_VARIANT_IDstatic final ResourceKey<CowVariant> CowVariants.DEFAULTstatic final com.mojang.serialization.Codec<CowVariant> CowVariant.DIRECT_CODECstatic final com.mojang.serialization.Codec<CowVariant> CowVariant.NETWORK_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<CowVariant>> CowVariant.STREAM_CODECstatic final ResourceKey<CowVariant> CowVariants.TEMPERATEstatic final ResourceKey<CowVariant> CowVariants.WARMMethods in net.minecraft.world.entity.animal that return types with arguments of type CowVariantModifier and TypeMethodDescriptionprivate static ResourceKey<CowVariant> CowVariants.createKey(ResourceLocation name) Cow.getVariant()Method parameters in net.minecraft.world.entity.animal with type arguments of type CowVariantModifier and TypeMethodDescriptionstatic voidCowVariants.bootstrap(BootstrapContext<CowVariant> context) private static voidCowVariants.register(BootstrapContext<CowVariant> context, ResourceKey<CowVariant> key, CowVariant.ModelType modelType, String assetId, TagKey<Biome> biomes) private static voidCowVariants.register(BootstrapContext<CowVariant> context, ResourceKey<CowVariant> key, CowVariant.ModelType modelType, String assetId, TagKey<Biome> biomes) private static voidCowVariants.register(BootstrapContext<CowVariant> context, ResourceKey<CowVariant> key, CowVariant.ModelType modelType, String assetId, SpawnPrioritySelectors spawnConditions) private static voidCowVariants.register(BootstrapContext<CowVariant> context, ResourceKey<CowVariant> key, CowVariant.ModelType modelType, String assetId, SpawnPrioritySelectors spawnConditions) voidCow.setVariant(Holder<CowVariant> variant)