Class BiomeReplace

java.lang.Object
com.sk89q.worldedit.function.biome.BiomeReplace
All Implemented Interfaces:
FlatRegionFunction, RegionFunction

public class BiomeReplace extends Object implements FlatRegionFunction, RegionFunction
Replaces the biome at the locations that this function is applied to.
  • Constructor Details

    • BiomeReplace

      public BiomeReplace(Extent extent, BiomeType biome)
      Create a new instance.
      Parameters:
      extent - an extent
      biome - a biome
    • BiomeReplace

      public BiomeReplace(Extent extent, BiomePattern pattern)
      Create a new instance.
      Parameters:
      extent - the extent to apply this function to
      pattern - the biome pattern to set
  • Method Details