All Implemented Interfaces:
BiomeFilter

public class RiverBiomeFilter extends AbstractBiomeFilter.Next
Combines a network of river biomes with the main biome grid.
Author:
DaPorkchop_
  • Field Details

    • ID

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

      protected int riverId
    • fallbackId

      protected int fallbackId
    • river

      protected GenerationBiome river
    • fallback

      protected GenerationBiome fallback
  • Constructor Details

    • RiverBiomeFilter

      public RiverBiomeFilter()
  • Method Details