Interface BlendingData.BiomeConsumer

Enclosing class:
BlendingData

protected static interface BlendingData.BiomeConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(int cellX, int cellZ, Holder<Biome> biome)
     
  • Method Details

    • consume

      void consume(int cellX, int cellZ, Holder<Biome> biome)