height

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

Sets the maximum Y level (height) for the dimension type.

Return

this builder

Parameters

level

the level

See also