Uses of Record Class
net.minecraft.sound.BiomeAdditionsSound
Packages that use BiomeAdditionsSound
-
Uses of BiomeAdditionsSound in net.minecraft.sound
Fields in net.minecraft.sound with type parameters of type BiomeAdditionsSoundModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BiomeAdditionsSound> BiomeAdditionsSound.CODEC -
Uses of BiomeAdditionsSound in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute with type parameters of type BiomeAdditionsSoundModifier and TypeFieldDescriptionprivate final List<BiomeAdditionsSound> AmbientSounds.additionsThe field for theadditionsrecord component.Methods in net.minecraft.world.attribute that return types with arguments of type BiomeAdditionsSoundModifier and TypeMethodDescriptionAmbientSounds.additions()Returns the value of theadditionsrecord component.Constructor parameters in net.minecraft.world.attribute with type arguments of type BiomeAdditionsSoundModifierConstructorDescriptionAmbientSounds(Optional<RegistryEntry<SoundEvent>> loop, Optional<BiomeMoodSound> mood, List<BiomeAdditionsSound> additions) Creates an instance of aAmbientSoundsrecord class.