Interface | Description |
---|---|
BiomeVolumeFiller |
Produces a biome for a coordinate pair.
|
BiomeVolumeMapper |
Produces a new biome from an original biome given as its volume and
coordinates.
|
BiomeVolumeMerger |
Produces a new biome from two original biomes given as their volume and their
coordinates.
|
BiomeVolumeReducer<T> |
Reduces a biome given as its volume and coordinates into the ongoing
reduction.
|
BiomeVolumeVisitor<V extends BiomeVolume> |
Visits a biome given as its volume and coordinates.
|
BlockVolumeFiller |
Produces a block for a coordinate triplet.
|
BlockVolumeMapper |
Produces a new block from an original block given as its volume and
coordinates.
|
BlockVolumeMerger |
Produces a new block from two original blocks given as their volumes and
their coordinates.
|
BlockVolumeReducer<T> |
Reduces a block given as its volume and coordinates into the ongoing
reduction.
|
BlockVolumeVisitor<V extends BlockVolume> |
Visits a block given as its volume and coordinates.
|