| Package | Description |
|---|---|
| io.github.bananapuncher714.cartographer.core.file |
Contains
ChunkData for serialization. |
| Modifier and Type | Field and Description |
|---|---|
protected BigChunk |
BigChunkQueue.TaskChunkSave.chunk |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<BigChunkLocation,java.util.concurrent.Future<BigChunk>> |
BigChunkQueue.loading |
| Modifier and Type | Method and Description |
|---|---|
BigChunk |
BigChunkQueue.TaskChunkLoad.call() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BigChunkQueue.save(BigChunkLocation coord,
BigChunk data)
Save the data as soon as possible, if not being already saved or loaded.
|