Class HeightmapProcessor

java.lang.Object
com.fastasyncworldedit.core.extent.processor.heightmap.HeightmapProcessor
All Implemented Interfaces:
IBatchProcessor

public class HeightmapProcessor extends Object implements IBatchProcessor
  • Constructor Details

    • HeightmapProcessor

      public HeightmapProcessor(int minY, int maxY)
      New HeightmapProcessor instance that will create heightmaps between the given heights (inclusive). If no applicable block is found before the minimum Y, 0 is used.
      Parameters:
      minY - minimum Y to consider
      maxY - maximum Y to consider
  • Method Details