mobSpawnSettings

fun mobSpawnSettings(mobSpawnSettings: MobSpawnSettings)

Sets the MobSpawnSettings of this biome. As the name suggests, this is used to configure the spawning of mobs.


fun mobSpawnSettings(mobSpawnSettings: MobSpawnSettingsBuilder.() -> Unit)

Sets the MobSpawnSettings of this biome using a MobSpawnSettingsBuilder. As the name suggests, this is used to configure the spawning of mobs.