soundEvent

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

Sets the soundEvent setting of the biome's ambient mood sound to the given soundEvent.


fun soundEvent(soundEventId: ResourceLocation)

Sets the soundEvent setting of the biome's ambient mood sound to the given soundEventId.


fun soundEvent(soundEventKey: ResourceKey<SoundEvent>)

Sets the soundEvent setting of the biome's ambient mood sound to the given soundEventKey.