@FunctionalInterface public interface BiomeVolumeMapper
Modifier and Type | Method and Description |
---|---|
BiomeType |
map(UnmodifiableBiomeVolume volume,
int x,
int y,
int z)
Produces a new biome from the original biome given as its volume and
coordinates.
|
BiomeType map(UnmodifiableBiomeVolume volume, int x, int y, int z)
volume
- The volume containing the original biomex
- The x coordinate of the original biomey
- The y coordinate of the original biomez
- The z coordinate of the original biome