Interface BlendingData.HeightConsumer

Enclosing class:
BlendingData

protected static interface BlendingData.HeightConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(int x, int z, double height)
     
  • Method Details

    • consume

      void consume(int x, int z, double height)