Uses of Class
net.minecraft.world.biome.SpawnSettings
| Package | Description |
|---|---|
| net.minecraft.world.biome |
-
Uses of SpawnSettings in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as SpawnSettings Modifier and Type Field Description static SpawnSettingsSpawnSettings. INSTANCEprivate @Nullable SpawnSettingsBiome.Builder. spawnSettingsprivate SpawnSettingsBiome. spawnSettingsFields in net.minecraft.world.biome with type parameters of type SpawnSettings Modifier and Type Field Description static com.mojang.serialization.MapCodec<SpawnSettings>SpawnSettings. CODECMethods in net.minecraft.world.biome that return SpawnSettings Modifier and Type Method Description SpawnSettingsSpawnSettings.Builder. build()SpawnSettingsBiome. getSpawnSettings()Methods in net.minecraft.world.biome with parameters of type SpawnSettings Modifier and Type Method Description Biome.BuilderBiome.Builder. spawnSettings(SpawnSettings spawnSettings)Constructors in net.minecraft.world.biome with parameters of type SpawnSettings Constructor Description Biome(Biome.Weather weather, Biome.Category category, float depth, float scale, BiomeEffects effects, GenerationSettings generationSettings, SpawnSettings spawnSettings)