ambientLoopSoundEvent

fun ambientLoopSoundEvent(ambientLoopSoundEvent: SoundEvent)
fun ambientLoopSoundEvent(ambientLoopSoundEvent: Holder<SoundEvent>)

Sets the ambientLoopSoundEvent setting of the biome's special effects to ambientLoopSoundEvent.


fun ambientLoopSoundEvent(soundEventId: ResourceLocation)

Sets the ambientLoopSoundEvent setting of the biome's special effects via its ResourceLocation.


fun ambientLoopSoundEvent(soundEventKey: ResourceKey<SoundEvent>)

Sets the ambientLoopSoundEvent setting of the biome's special effects via its ResourceKey.