Uses of Record Class
net.minecraft.world.attribute.AmbientAdditionsSettings
Packages that use AmbientAdditionsSettings
-
Uses of AmbientAdditionsSettings in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute with type parameters of type AmbientAdditionsSettingsModifier and TypeFieldDescriptionprivate final List<AmbientAdditionsSettings> AmbientSounds.additionsThe field for theadditionsrecord component.static final com.mojang.serialization.Codec<AmbientAdditionsSettings> AmbientAdditionsSettings.CODECMethods in net.minecraft.world.attribute that return types with arguments of type AmbientAdditionsSettingsModifier and TypeMethodDescriptionAmbientSounds.additions()Returns the value of theadditionsrecord component.Constructor parameters in net.minecraft.world.attribute with type arguments of type AmbientAdditionsSettingsModifierConstructorDescriptionAmbientSounds(Optional<Holder<SoundEvent>> loop, Optional<AmbientMoodSettings> mood, List<AmbientAdditionsSettings> additions) Creates an instance of aAmbientSoundsrecord class.