Interface RegionFunction

All Known Implementing Classes:
ApplySideEffect, BiomeReplace, BlockDistributionCounter, BlockReplace, CombinedRegionFunction, Counter, ExtentBiomeCopy, ExtentBlockCopy, FeatureGenerator, FloraGenerator, ForestGenerator, GardenPatchGenerator, ItemUseFunction, RegionMaskingFilter, RegionOffset

public interface RegionFunction
Performs a function on points in a region.
  • Method Summary

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