Interface BlendingData.HeightConsumer

Enclosing class:
BlendingData

protected static interface BlendingData.HeightConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(int cellX, int cellZ, double height)
     
  • Method Details

    • consume

      void consume(int cellX, int cellZ, double height)