Uses of Record Class
net.minecraft.world.entity.animal.feline.CatSoundVariant
Packages that use CatSoundVariant
Package
Description
-
Uses of CatSoundVariant in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type CatSoundVariantModifier and TypeFieldDescriptionstatic final DataComponentType<Holder<CatSoundVariant>> DataComponents.CAT_SOUND_VARIANT -
Uses of CatSoundVariant in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type CatSoundVariantModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<CatSoundVariant>> Registries.CAT_SOUND_VARIANT -
Uses of CatSoundVariant in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type CatSoundVariantModifier and TypeFieldDescriptionstatic final EntityDataSerializer<Holder<CatSoundVariant>> EntityDataSerializers.CAT_SOUND_VARIANT -
Uses of CatSoundVariant in net.minecraft.sounds
Fields in net.minecraft.sounds with type parameters of type CatSoundVariantModifier and TypeFieldDescriptionstatic final Map<CatSoundVariants.SoundSet, CatSoundVariant> SoundEvents.CAT_SOUNDSMethods in net.minecraft.sounds that return types with arguments of type CatSoundVariantModifier and TypeMethodDescriptionprivate static Map<CatSoundVariants.SoundSet, CatSoundVariant> SoundEvents.registerCatSoundVariants() -
Uses of CatSoundVariant in net.minecraft.world.entity.animal.feline
Fields in net.minecraft.world.entity.animal.feline with type parameters of type CatSoundVariantModifier and TypeFieldDescriptionstatic final ResourceKey<CatSoundVariant> CatSoundVariants.CLASSICstatic final com.mojang.serialization.Codec<Holder<CatSoundVariant>> CatSoundVariant.CODECprivate static final EntityDataAccessor<Holder<CatSoundVariant>> static final com.mojang.serialization.Codec<CatSoundVariant> CatSoundVariant.DIRECT_CODECstatic final com.mojang.serialization.Codec<CatSoundVariant> CatSoundVariant.NETWORK_CODECstatic final ResourceKey<CatSoundVariant> CatSoundVariants.ROYALstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<CatSoundVariant>> CatSoundVariant.STREAM_CODECMethods in net.minecraft.world.entity.animal.feline that return types with arguments of type CatSoundVariantModifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<CatSoundVariant> CatSoundVariant.codec()private static ResourceKey<CatSoundVariant> CatSoundVariants.createKey(CatSoundVariants.SoundSet catSoundVariant) private Holder<CatSoundVariant> Cat.getSoundVariant()static Holder<CatSoundVariant> CatSoundVariants.pickRandomSoundVariant(RegistryAccess registryAccess, RandomSource random) Method parameters in net.minecraft.world.entity.animal.feline with type arguments of type CatSoundVariantModifier and TypeMethodDescriptionstatic voidCatSoundVariants.bootstrap(BootstrapContext<CatSoundVariant> context) private static voidCatSoundVariants.register(BootstrapContext<CatSoundVariant> context, ResourceKey<CatSoundVariant> key, CatSoundVariants.SoundSet CatSoundVariant) private static voidCatSoundVariants.register(BootstrapContext<CatSoundVariant> context, ResourceKey<CatSoundVariant> key, CatSoundVariants.SoundSet CatSoundVariant) private voidCat.setSoundVariant(Holder<CatSoundVariant> soundVariant)