Interface BiomeModificationContext


@Deprecated
public interface BiomeModificationContext
Deprecated.
Allows Biome properties to be modified.

Experimental feature, may be removed or changed without further notice.

  • Method Details

    • setDepth

      void setDepth​(float depth)
      Deprecated.
      See Also:
      Biome.getDepth(), Biome.Builder.depth(float)
    • setScale

      void setScale​(float scale)
      Deprecated.
      See Also:
      Biome.getScale(), Biome.Builder.scale(float)
    • setCategory

      void setCategory​(net.minecraft.world.biome.Biome.Category category)
      Deprecated.
      See Also:
      Biome.getCategory(), Biome.Builder.category(Biome.Category)
    • getWeather

      Deprecated.
      Returns the modification context for the biomes weather properties.
    • getEffects

      Deprecated.
      Returns the modification context for the biomes effects.
    • getGenerationSettings

      Deprecated.
      Returns the modification context for the biomes generation settings.
    • getSpawnSettings

      Deprecated.
      Returns the modification context for the biomes spawn settings.