Uses of Record Class
net.minecraft.world.entity.animal.feline.CatSoundVariant.CatSoundSet
Packages that use CatSoundVariant.CatSoundSet
-
Uses of CatSoundVariant.CatSoundSet in net.minecraft.world.entity.animal.feline
Fields in net.minecraft.world.entity.animal.feline declared as CatSoundVariant.CatSoundSetModifier and TypeFieldDescriptionprivate final CatSoundVariant.CatSoundSetCatSoundVariant.adultSoundsThe field for theadultSoundsrecord component.private final CatSoundVariant.CatSoundSetCatSoundVariant.babySoundsThe field for thebabySoundsrecord component.Fields in net.minecraft.world.entity.animal.feline with type parameters of type CatSoundVariant.CatSoundSetModifier and TypeFieldDescriptionprivate static com.mojang.serialization.Codec<CatSoundVariant.CatSoundSet> CatSoundVariant.CatSoundSet.CODECMethods in net.minecraft.world.entity.animal.feline that return CatSoundVariant.CatSoundSetModifier and TypeMethodDescriptionCatSoundVariant.adultSounds()Returns the value of theadultSoundsrecord component.CatSoundVariant.babySounds()Returns the value of thebabySoundsrecord component.private CatSoundVariant.CatSoundSetCat.getSoundSet()Constructors in net.minecraft.world.entity.animal.feline with parameters of type CatSoundVariant.CatSoundSetModifierConstructorDescriptionCatSoundVariant(CatSoundVariant.CatSoundSet adultSounds, CatSoundVariant.CatSoundSet babySounds) Creates an instance of aCatSoundVariantrecord class.