Uses of Record Class
net.minecraft.world.entity.animal.chicken.ChickenSoundVariant.ChickenSoundSet
Packages that use ChickenSoundVariant.ChickenSoundSet
-
Uses of ChickenSoundVariant.ChickenSoundSet in net.minecraft.world.entity.animal.chicken
Fields in net.minecraft.world.entity.animal.chicken declared as ChickenSoundVariant.ChickenSoundSetModifier and TypeFieldDescriptionprivate final ChickenSoundVariant.ChickenSoundSetChickenSoundVariant.adultSoundsThe field for theadultSoundsrecord component.private final ChickenSoundVariant.ChickenSoundSetChickenSoundVariant.babySoundsThe field for thebabySoundsrecord component.Fields in net.minecraft.world.entity.animal.chicken with type parameters of type ChickenSoundVariant.ChickenSoundSetModifier and TypeFieldDescriptionprivate static com.mojang.serialization.Codec<ChickenSoundVariant.ChickenSoundSet> ChickenSoundVariant.ChickenSoundSet.CODECMethods in net.minecraft.world.entity.animal.chicken that return ChickenSoundVariant.ChickenSoundSetModifier and TypeMethodDescriptionChickenSoundVariant.adultSounds()Returns the value of theadultSoundsrecord component.ChickenSoundVariant.babySounds()Returns the value of thebabySoundsrecord component.Chicken.getSoundSet()Constructors in net.minecraft.world.entity.animal.chicken with parameters of type ChickenSoundVariant.ChickenSoundSetModifierConstructorDescriptionChickenSoundVariant(ChickenSoundVariant.ChickenSoundSet adultSounds, ChickenSoundVariant.ChickenSoundSet babySounds) Creates an instance of aChickenSoundVariantrecord class.