net.minecraft.world.attribute

public record AmbientSounds

cds
net.minecraft.world.attribute.AmbientSounds
net.minecraft.class_12190
net.minecraft.world.attribute.AmbientSounds

Field summary

Modifier and TypeField
private final Optional<Holder<SoundEvent>>
d
loop
comp_5125
loop
private final Optional<AmbientMoodSettings>
e
mood
comp_5126
mood
private final List<AmbientAdditionsSettings>
f
additions
comp_5127
additions
public static final AmbientSounds
a
EMPTY
field_63684
DEFAULT
public static final AmbientSounds
b
LEGACY_CAVE_SETTINGS
field_63685
CAVE
public static final com.mojang.serialization.Codec<AmbientSounds>
c
CODEC
field_63686
CODEC

Constructor summary

ModifierConstructor
public (Optional<Holder<SoundEvent>> loop, Optional<AmbientMoodSettings> mood, List<AmbientAdditionsSettings> additions)

Method summary

Modifier and TypeMethod
public Optional<Holder<SoundEvent>>
a()
loop()
comp_5125()
loop()
public Optional<AmbientMoodSettings>
b()
mood()
comp_5126()
mood()
public List<AmbientAdditionsSettings>
c()
additions()
comp_5127()
additions()