minimumY

@Contract(value = "_ -> this", mutates = "this")
abstract fun minimumY(level: Int): DimensionType.Builder

Sets the minimum Y level for the dimension type.

Return

this builder

Parameters

level

the level

See also