grassColorModifier

@Contract(value = "_ -> this", mutates = "this")
abstract fun grassColorModifier(modifier: GrassColorModifier): BiomeEffects.Builder

Sets the grass colour modifier of the biome effects to the given modifier.

Return

this builder

Parameters

modifier

the grass color modifier

See also