@FunctionalInterface public interface BiomeVolumeReducer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
reduce(UnmodifiableBiomeVolume volume,
int x,
int y,
int z,
T reduction)
Reduces a biome given as its volume and coordinates into the ongoing
reduction.
|
T reduce(UnmodifiableBiomeVolume volume, int x, int y, int z, T reduction)
volume - The volume containing the biomex - The x coordinate of the biomey - The y coordinate of the biomez - The z coordinate of the biomereduction - The ongoing reduction