| Package | Description |
|---|---|
| io.github.bananapuncher714.cartographer.core.file |
Contains
ChunkData for serialization. |
| 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.
|
| io.github.bananapuncher714.cartographer.core.renderer |
Contains classes responsible for rendering map items in-game.
|
| Modifier and Type | Field and Description |
|---|---|
protected MapDataCache |
BigChunkQueue.cache |
| Constructor and Description |
|---|
BigChunkQueue(java.io.File saveFile,
MapDataCache cache)
Construct a BigChunkQueue from the arguments provided.
|
| Modifier and Type | Field and Description |
|---|---|
protected MapDataCache |
Minimap.cache |
| Modifier and Type | Method and Description |
|---|---|
MapDataCache |
Minimap.getDataCache() |
| 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 MapDataCache |
SimpleChunkProcessor.cache |
| Modifier and Type | Method and Description |
|---|---|
MapDataCache |
MapDataCache.setNotifier(ChunkNotifier notifier) |
| Constructor and Description |
|---|
SimpleChunkProcessor(MapDataCache cache,
MinimapPalette palette)
Construct a SimpleChunkProcessor with a cache and palette.
|
| Modifier and Type | Field and Description |
|---|---|
protected MapDataCache |
RenderInfo.cache |