monsterSpawnBlockLightLimit

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

Sets the monster spawn block light limit for the dimension type to the given limit.

Return

this builder

Parameters

limit

the limit

See also