Uses of Record Class
net.minecraft.world.entity.animal.cow.CowSoundVariant
Packages that use CowSoundVariant
Package
Description
-
Uses of CowSoundVariant in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type CowSoundVariantModifier and TypeFieldDescriptionstatic final DataComponentType<Holder<CowSoundVariant>> DataComponents.COW_SOUND_VARIANT -
Uses of CowSoundVariant in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type CowSoundVariantModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<CowSoundVariant>> Registries.COW_SOUND_VARIANT -
Uses of CowSoundVariant in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type CowSoundVariantModifier and TypeFieldDescriptionstatic final EntityDataSerializer<Holder<CowSoundVariant>> EntityDataSerializers.COW_SOUND_VARIANT -
Uses of CowSoundVariant in net.minecraft.sounds
Fields in net.minecraft.sounds with type parameters of type CowSoundVariantModifier and TypeFieldDescriptionstatic final Map<CowSoundVariants.SoundSet, CowSoundVariant> SoundEvents.COW_SOUNDSMethods in net.minecraft.sounds that return types with arguments of type CowSoundVariantModifier and TypeMethodDescriptionprivate static Map<CowSoundVariants.SoundSet, CowSoundVariant> SoundEvents.registerCowSoundVariants() -
Uses of CowSoundVariant in net.minecraft.world.entity.animal.cow
Fields in net.minecraft.world.entity.animal.cow with type parameters of type CowSoundVariantModifier and TypeFieldDescriptionstatic final ResourceKey<CowSoundVariant> CowSoundVariants.CLASSICstatic final com.mojang.serialization.Codec<Holder<CowSoundVariant>> CowSoundVariant.CODECprivate static final EntityDataAccessor<Holder<CowSoundVariant>> static final com.mojang.serialization.Codec<CowSoundVariant> CowSoundVariant.DIRECT_CODECstatic final ResourceKey<CowSoundVariant> CowSoundVariants.MOODYstatic final com.mojang.serialization.Codec<CowSoundVariant> CowSoundVariant.NETWORK_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<CowSoundVariant>> CowSoundVariant.STREAM_CODECMethods in net.minecraft.world.entity.animal.cow that return CowSoundVariantModifier and TypeMethodDescriptionprotected CowSoundVariantAbstractCow.getSoundSet()protected CowSoundVariantCow.getSoundSet()Methods in net.minecraft.world.entity.animal.cow that return types with arguments of type CowSoundVariantModifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<CowSoundVariant> CowSoundVariant.codec()private static ResourceKey<CowSoundVariant> CowSoundVariants.createKey(CowSoundVariants.SoundSet cowSoundVariant) private Holder<CowSoundVariant> Cow.getSoundVariant()static Holder<CowSoundVariant> CowSoundVariants.pickRandomSoundVariant(RegistryAccess registryAccess, RandomSource random) Method parameters in net.minecraft.world.entity.animal.cow with type arguments of type CowSoundVariantModifier and TypeMethodDescriptionstatic voidCowSoundVariants.bootstrap(BootstrapContext<CowSoundVariant> context) private static voidCowSoundVariants.register(BootstrapContext<CowSoundVariant> context, ResourceKey<CowSoundVariant> key, CowSoundVariants.SoundSet CowSoundVariant) private static voidCowSoundVariants.register(BootstrapContext<CowSoundVariant> context, ResourceKey<CowSoundVariant> key, CowSoundVariants.SoundSet CowSoundVariant) private voidCow.setSoundVariant(Holder<CowSoundVariant> soundVariant)