Uses of Record Class
net.minecraft.world.entity.animal.chicken.ChickenSoundVariant
Packages that use ChickenSoundVariant
Package
Description
-
Uses of ChickenSoundVariant in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type ChickenSoundVariantModifier and TypeFieldDescriptionstatic final DataComponentType<Holder<ChickenSoundVariant>> DataComponents.CHICKEN_SOUND_VARIANT -
Uses of ChickenSoundVariant in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type ChickenSoundVariantModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<ChickenSoundVariant>> Registries.CHICKEN_SOUND_VARIANT -
Uses of ChickenSoundVariant in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type ChickenSoundVariantModifier and TypeFieldDescriptionstatic final EntityDataSerializer<Holder<ChickenSoundVariant>> EntityDataSerializers.CHICKEN_SOUND_VARIANT -
Uses of ChickenSoundVariant in net.minecraft.sounds
Fields in net.minecraft.sounds with type parameters of type ChickenSoundVariantModifier and TypeFieldDescriptionstatic final Map<ChickenSoundVariants.SoundSet, ChickenSoundVariant> SoundEvents.CHICKEN_SOUNDSMethods in net.minecraft.sounds that return types with arguments of type ChickenSoundVariantModifier and TypeMethodDescriptionprivate static Map<ChickenSoundVariants.SoundSet, ChickenSoundVariant> SoundEvents.registerChickenSoundVariants() -
Uses of ChickenSoundVariant in net.minecraft.world.entity.animal.chicken
Fields in net.minecraft.world.entity.animal.chicken with type parameters of type ChickenSoundVariantModifier and TypeFieldDescriptionstatic final ResourceKey<ChickenSoundVariant> ChickenSoundVariants.CLASSICstatic final com.mojang.serialization.Codec<Holder<ChickenSoundVariant>> ChickenSoundVariant.CODECprivate static final EntityDataAccessor<Holder<ChickenSoundVariant>> Chicken.DATA_SOUND_VARIANT_IDstatic final com.mojang.serialization.Codec<ChickenSoundVariant> ChickenSoundVariant.DIRECT_CODECstatic final com.mojang.serialization.Codec<ChickenSoundVariant> ChickenSoundVariant.NETWORK_CODECstatic final ResourceKey<ChickenSoundVariant> ChickenSoundVariants.PICKYstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<ChickenSoundVariant>> ChickenSoundVariant.STREAM_CODECMethods in net.minecraft.world.entity.animal.chicken that return types with arguments of type ChickenSoundVariantModifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<ChickenSoundVariant> ChickenSoundVariant.codec()private static ResourceKey<ChickenSoundVariant> ChickenSoundVariants.createKey(ChickenSoundVariants.SoundSet chickenSoundVariant) private Holder<ChickenSoundVariant> Chicken.getSoundVariant()static Holder<ChickenSoundVariant> ChickenSoundVariants.pickRandomSoundVariant(RegistryAccess registryAccess, RandomSource random) Method parameters in net.minecraft.world.entity.animal.chicken with type arguments of type ChickenSoundVariantModifier and TypeMethodDescriptionstatic voidChickenSoundVariants.bootstrap(BootstrapContext<ChickenSoundVariant> context) private static voidChickenSoundVariants.register(BootstrapContext<ChickenSoundVariant> context, ResourceKey<ChickenSoundVariant> key, ChickenSoundVariants.SoundSet ChickenSoundVariant) private static voidChickenSoundVariants.register(BootstrapContext<ChickenSoundVariant> context, ResourceKey<ChickenSoundVariant> key, ChickenSoundVariants.SoundSet ChickenSoundVariant) private voidChicken.setSoundVariant(Holder<ChickenSoundVariant> soundVariant)