Package | Description |
---|---|
io.github.bananapuncher714.cartographer.core.file |
Contains
ChunkData for serialization. |
io.github.bananapuncher714.cartographer.core.renderer |
Contains classes responsible for rendering map items in-game.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<BigChunkLocation,java.util.concurrent.Future<BigChunk>> |
BigChunkQueue.loading |
protected java.util.Map<BigChunkLocation,java.util.concurrent.Future<java.lang.Boolean>> |
BigChunkQueue.saving |
Modifier and Type | Method and Description |
---|---|
BigChunkLocation |
BigChunkLocation.setX(int x)
Set the x coordinate
|
BigChunkLocation |
BigChunkLocation.setZ(int z)
Set the z coordinate
|
Modifier and Type | Method and Description |
---|---|
protected java.io.File |
BigChunkQueue.getFileFor(BigChunkLocation coord)
Get the file for the
BigChunkLocation . |
void |
BigChunkQueue.load(BigChunkLocation coord)
Load the
BigChunkLocation as soon as possible. |
boolean |
BigChunkQueue.save(BigChunkLocation coord,
BigChunk data)
Save the data as soon as possible, if not being already saved or loaded.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<BigChunkLocation> |
RenderInfo.needsRender |
protected java.util.Set<BigChunkLocation> |
SubRenderInfo.requiresRender |