@FunctionalInterface public interface BiomeVolumeMerger
Modifier and Type | Method and Description |
---|---|
BiomeType |
merge(UnmodifiableBiomeVolume firstVolume,
int xFirst,
int yFirst,
int zFirst,
UnmodifiableBiomeVolume secondVolume,
int xSecond,
int ySecond,
int zSecond)
Produces a new biome from two original biomes given as their volumes and
their coordinates.
|
BiomeType merge(UnmodifiableBiomeVolume firstVolume, int xFirst, int yFirst, int zFirst, UnmodifiableBiomeVolume secondVolume, int xSecond, int ySecond, int zSecond)
firstVolume
- The volume for the first biomexFirst
- The x coordinate for the first biomeyFirst
- The y coordinate for the first biomezFirst
- The z coordinate for the first biomesecondVolume
- The volume for the second biomexSecond
- The x coordinate for the second biomeySecond
- The y coordinate for the second biomezSecond
- The z coordinate for the second biome