Interface FlatRegionFunction

All Known Implementing Classes:
BiomeReplace, ExtentBiomeCopy, FlatRegionMaskingFilter, FlatRegionOffset

public interface FlatRegionFunction
Performs a function on the columns in a FlatRegion, or also known as vectors with only X and Z components (where Y is height).
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(BlockVector2 position)
    Apply the function to the given position.
  • Method Details