Uses of Record Class
net.minecraft.entity.passive.CowVariant
Packages that use CowVariant
Package
Description
-
Uses of CowVariant in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as CowVariant -
Uses of CowVariant in net.minecraft.component
Fields in net.minecraft.component with type parameters of type CowVariantModifier and TypeFieldDescriptionstatic final ComponentType<RegistryEntry<CowVariant>> DataComponentTypes.COW_VARIANT -
Uses of CowVariant in net.minecraft.entity.data
Fields in net.minecraft.entity.data with type parameters of type CowVariantModifier and TypeFieldDescriptionstatic final TrackedDataHandler<RegistryEntry<CowVariant>> TrackedDataHandlerRegistry.COW_VARIANT -
Uses of CowVariant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type CowVariantModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CowVariant> CowVariant.CODECstatic final RegistryKey<CowVariant> CowVariants.COLDstatic final RegistryKey<CowVariant> CowVariants.DEFAULTstatic final com.mojang.serialization.Codec<RegistryEntry<CowVariant>> CowVariant.ENTRY_CODECstatic final PacketCodec<RegistryByteBuf, RegistryEntry<CowVariant>> CowVariant.ENTRY_PACKET_CODECstatic final com.mojang.serialization.Codec<CowVariant> CowVariant.NETWORK_CODECstatic final RegistryKey<CowVariant> CowVariants.TEMPERATEprivate static final TrackedData<RegistryEntry<CowVariant>> CowEntity.VARIANTstatic final RegistryKey<CowVariant> CowVariants.WARMMethods in net.minecraft.entity.passive that return types with arguments of type CowVariantModifier and TypeMethodDescriptionCowEntity.getVariant()private static RegistryKey<CowVariant> CowVariants.of(Identifier id) static Optional<RegistryEntry.Reference<CowVariant>> CowVariants.select(Random random, DynamicRegistryManager registries, SpawnContext context) Method parameters in net.minecraft.entity.passive with type arguments of type CowVariantModifier and TypeMethodDescriptionstatic voidCowVariants.bootstrap(Registerable<CowVariant> registry) private 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, SpawnConditionSelectors spawnConditions) private static voidCowVariants.register(Registerable<CowVariant> registry, RegistryKey<CowVariant> key, CowVariant.Model model, String textureName, TagKey<Biome> biomes) private static voidCowVariants.register(Registerable<CowVariant> registry, RegistryKey<CowVariant> key, CowVariant.Model model, String textureName, TagKey<Biome> biomes) voidCowEntity.setVariant(RegistryEntry<CowVariant> variant) -
Uses of CowVariant in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type CowVariantModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<CowVariant>> RegistryKeys.COW_VARIANT