grassColor

@Contract(value = "_ -> this", mutates = "this")
abstract fun grassColor(color: Color?): BiomeEffects.Builder

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

Return

this builder

Parameters

color

the color

See also