Package | Description |
---|---|
io.github.bananapuncher714.cartographer.core.map | |
io.github.bananapuncher714.cartographer.core.map.process |
Contains classes for processing chunks and converting them to data for the renderer.
|
Modifier and Type | Field and Description |
---|---|
protected MapSettings |
Minimap.settings |
Modifier and Type | Method and Description |
---|---|
MapSettings |
Minimap.getSettings() |
Modifier and Type | Method and Description |
---|---|
void |
Minimap.setSettings(MapSettings settings) |
Constructor and Description |
---|
Minimap(java.lang.String id,
MinimapPalette palette,
MapDataCache cache,
java.io.File saveDir,
MapSettings settings) |
Modifier and Type | Field and Description |
---|---|
protected MapSettings |
MapDataCache.setting |
Constructor and Description |
---|
MapDataCache(ChunkDataProvider provider,
MapSettings setting) |
MapDataCache(MapSettings setting) |