Package | Description |
---|---|
io.github.bananapuncher714.cartographer.core.map.process |
Contains classes for processing chunks and converting them to data for the renderer.
|
Modifier and Type | Class and Description |
---|---|
class |
RandomChunkProcessor
Fill the map with noise.
|
class |
SimpleChunkProcessor
Simulates vanilla map rendering, except not the water.
|
Modifier and Type | Field and Description |
---|---|
protected ChunkDataProvider |
MapDataCache.provider |
Modifier and Type | Method and Description |
---|---|
ChunkDataProvider |
MapDataCache.getChunkDataProvider() |
ChunkDataProvider |
ChunkProcessor.getDataProvider() |
Modifier and Type | Method and Description |
---|---|
void |
MapDataCache.setChunkDataProvider(ChunkDataProvider provider) |
void |
ChunkProcessor.setDataProvider(ChunkDataProvider provider) |
Constructor and Description |
---|
MapDataCache(ChunkDataProvider provider,
MapSettings setting) |