All Implemented Interfaces:
BiomeFilter

public class BleedIslandBiomeFilter extends AbstractBiomeFilter.Next
"Bleeds" or "smears" biomes into a neighboring replacement biome, and sporadically generates "islands" of a certain type inside of the replacement biome".
Author:
DaPorkchop_
  • Field Details

    • ID

      public static final org.cloudburstmc.api.util.Identifier ID
    • oceanId

      protected int oceanId
    • preserveId

      protected int preserveId
    • islandId

      protected int islandId
    • chance

      protected int chance
    • bleedChance

      protected int bleedChance
    • ocean

      protected GenerationBiome ocean
    • preserve

      protected GenerationBiome preserve
    • island

      protected GenerationBiome island
  • Constructor Details

    • BleedIslandBiomeFilter

      public BleedIslandBiomeFilter()
  • Method Details