Package kr.toxicity.library.dynamicuv
Interface UVPos.UVConsumer
- Enclosing class:
UVPos
public static interface UVPos.UVConsumer
A functional interface for consuming UV coordinates.
-
Method Summary
-
Method Details
-
consume
void consume(int x, int z) Consumes the given coordinates.- Parameters:
x- the x coordinatez- the z coordinate
-