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: Identifier)

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


fun ambientLoopSoundEvent(soundEventKey: ResourceKey<SoundEvent>)

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