Class FeatureGenerator

java.lang.Object
com.sk89q.worldedit.function.generator.FeatureGenerator
All Implemented Interfaces:
RegionFunction

public class FeatureGenerator extends Object implements RegionFunction
Attempt to generate features for every location in the given region.
  • Constructor Details

    • FeatureGenerator

      public FeatureGenerator(EditSession editSession, ConfiguredFeatureType featureType)
      Create a new instance.
      Parameters:
      editSession - the edit session
      featureType - the feature type
  • Method Details