particles

@Contract(value = "_, _ -> this", mutates = "this")
inline fun BiomeEffects.Builder.particles(type: ParticleType, builder: AmbientParticleSettings.Builder.() -> Unit): BiomeEffects.Builder

Applies the given builder to an ambient particle settings builder, builds the result, and sets the ambient particle settings to the built result.

Return

this builder

Parameters

type

the type

builder

the builder

See also