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.CODEC
static final ResourceKey
<CowVariant> CowVariants.COLD
private static final EntityDataAccessor
<Holder<CowVariant>> Cow.DATA_VARIANT_ID
static final ResourceKey
<CowVariant> CowVariants.DEFAULT
static final com.mojang.serialization.Codec
<CowVariant> CowVariant.DIRECT_CODEC
static final com.mojang.serialization.Codec
<CowVariant> CowVariant.NETWORK_CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, Holder<CowVariant>> CowVariant.STREAM_CODEC
static final ResourceKey
<CowVariant> CowVariants.TEMPERATE
static final ResourceKey
<CowVariant> CowVariants.WARM
Methods in net.minecraft.world.entity.animal that return types with arguments of type CowVariantModifier and TypeMethodDescriptionprivate static ResourceKey
<CowVariant> CowVariants.createKey
(ResourceLocation pName) Cow.getVariant()
Method parameters in net.minecraft.world.entity.animal with type arguments of type CowVariantModifier and TypeMethodDescriptionstatic void
CowVariants.bootstrap
(BootstrapContext<CowVariant> pContext) private static void
CowVariants.register
(BootstrapContext<CowVariant> pContext, ResourceKey<CowVariant> pKey, CowVariant.ModelType pModelType, String pAssetId, TagKey<Biome> pBiomes) private static void
CowVariants.register
(BootstrapContext<CowVariant> pContext, ResourceKey<CowVariant> pKey, CowVariant.ModelType pModelType, String pAssetId, TagKey<Biome> pBiomes) private static void
CowVariants.register
(BootstrapContext<CowVariant> pContext, ResourceKey<CowVariant> pKey, CowVariant.ModelType pModelType, String pAssetId, SpawnPrioritySelectors pSpawnConditions) private static void
CowVariants.register
(BootstrapContext<CowVariant> pContext, ResourceKey<CowVariant> pKey, CowVariant.ModelType pModelType, String pAssetId, SpawnPrioritySelectors pSpawnConditions) void
Cow.setVariant
(Holder<CowVariant> p_401019_)