monsterSpawnLightLevels

@Contract(value = "_, _ -> this", mutates = "this")
open fun monsterSpawnLightLevels(minimum: Int, maximum: Int): DimensionType.Builder

Sets the light level range at which monsters will spawn for the dimension type to the given minimum and maximum.

Return

this builder

Parameters

minimum

the minimum level

maximum

the maximum level

See also