Interface UVPos.UVConsumer

Enclosing class:
UVPos

public static interface UVPos.UVConsumer
A functional interface for consuming UV coordinates.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(int x, int z)
    Consumes the given coordinates.
  • Method Details

    • consume

      void consume(int x, int z)
      Consumes the given coordinates.
      Parameters:
      x - the x coordinate
      z - the z coordinate