Class AbstractDelegateHeightMap

java.lang.Object
com.fastasyncworldedit.core.math.heightmap.AbstractDelegateHeightMap
All Implemented Interfaces:
HeightMap
Direct Known Subclasses:
RotatableHeightMap

public class AbstractDelegateHeightMap extends Object implements HeightMap
  • Constructor Details

    • AbstractDelegateHeightMap

      public AbstractDelegateHeightMap(HeightMap parent)
  • Method Details

    • getHeight

      public double getHeight(int x, int z)
      Specified by:
      getHeight in interface HeightMap
    • setSize

      public void setSize(int size)
      Specified by:
      setSize in interface HeightMap