foliageColor

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

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

Return

this builder

Parameters

color

the color

See also