Uses of Record Class
net.minecraft.world.entity.animal.cow.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.cow
Fields in net.minecraft.world.entity.animal.cow 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.cow that return types with arguments of type CowVariantModifier and TypeMethodDescriptionprivate static ResourceKey<CowVariant> CowVariants.createKey(Identifier pName) Cow.getVariant()Method parameters in net.minecraft.world.entity.animal.cow with type arguments of type CowVariantModifier and TypeMethodDescriptionstatic voidCowVariants.bootstrap(BootstrapContext<CowVariant> pContext) private static voidCowVariants.register(BootstrapContext<CowVariant> pContext, ResourceKey<CowVariant> pKey, CowVariant.ModelType pModel, String pName, TagKey<Biome> pSpawnBiomes) private static voidCowVariants.register(BootstrapContext<CowVariant> pContext, ResourceKey<CowVariant> pKey, CowVariant.ModelType pModel, String pName, TagKey<Biome> pSpawnBiomes) private static voidCowVariants.register(BootstrapContext<CowVariant> pContext, ResourceKey<CowVariant> pKey, CowVariant.ModelType pModel, String pName, SpawnPrioritySelectors pSpawnConditions) private static voidCowVariants.register(BootstrapContext<CowVariant> pContext, ResourceKey<CowVariant> pKey, CowVariant.ModelType pModel, String pName, SpawnPrioritySelectors pSpawnConditions) voidCow.setVariant(Holder<CowVariant> pVariant)