@FunctionalInterface public interface BiomeVolumeVisitor<V extends BiomeVolume>
Modifier and Type | Method and Description |
---|---|
void |
visit(V volume,
int x,
int y,
int z)
Visits a biome given as its volume and coordinates.
|
void visit(V volume, int x, int y, int z)
volume
- The volume containing the biomex
- The x coordinate of the biomey
- The y coordinate of the biomez
- The z coordinate of the biome