Interface BiomeModificationContext

All Superinterfaces:
org.quiltmc.qsl.worldgen.biome.api.BiomeModificationContext

@Deprecated public interface BiomeModificationContext extends org.quiltmc.qsl.worldgen.biome.api.BiomeModificationContext
Deprecated.
Use Quilt Biome API's BiomeModificationContext instead.
Allows Biome properties to be modified.
  • Method Details

    • getWeather

      Deprecated.
      Returns the modification context for the biomes weather properties.
      Specified by:
      getWeather in interface org.quiltmc.qsl.worldgen.biome.api.BiomeModificationContext
    • getEffects

      Deprecated.
      Returns the modification context for the biomes effects.
      Specified by:
      getEffects in interface org.quiltmc.qsl.worldgen.biome.api.BiomeModificationContext
    • getGenerationSettings

      default BiomeModificationContext.GenerationSettingsContext getGenerationSettings()
      Deprecated.
      Returns the modification context for the biomes generation settings.
      Specified by:
      getGenerationSettings in interface org.quiltmc.qsl.worldgen.biome.api.BiomeModificationContext
    • getSpawnSettings

      Deprecated.
      Returns the modification context for the biomes spawn settings.
      Specified by:
      getSpawnSettings in interface org.quiltmc.qsl.worldgen.biome.api.BiomeModificationContext