All Implemented Interfaces:
BiomeFilter

public class ReplaceThresholdBiomeFilter extends AbstractBiomeFilter.Next
Replaces a specific biome with another one when it and a certain number of its neighbors are that biome.
Author:
DaPorkchop_
  • Field Details

    • ID

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

      protected int targetId
    • replacementId

      protected int replacementId
    • threshold

      protected int threshold
    • target

      protected GenerationBiome target
    • replacement

      protected GenerationBiome replacement
  • Constructor Details

    • ReplaceThresholdBiomeFilter

      public ReplaceThresholdBiomeFilter()
  • Method Details