Companion

object Companion

Functions

Link copied to clipboard
@Contract(value = "_ -> new", pure = true)
fun builder(sound: SoundEvent): AmbientMoodSettings.Builder

Creates a new builder for ambient mood settings.

Link copied to clipboard
@Contract(value = "_, _, _, _ -> new", pure = true)
fun of(sound: SoundEvent, tickDelay: Int, blockSearchExtent: Int, offset: Double): AmbientMoodSettings

Creates new ambient mood sound settings with the given values.