| Package | Description |
|---|---|
| net.risingworld.api | |
| net.risingworld.api.database |
| Modifier and Type | Method and Description |
|---|---|
ChunkLOD |
World.getChunkLOD(int x,
int z)
Gets an LOD chunk, either from the cache, or - if this chunk isn't loaded yet -
from the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
World.saveChunkLOD(ChunkLOD chunkLOD)
Saves the LOD chunk.
|
| Modifier and Type | Method and Description |
|---|---|
ChunkLOD |
WorldDatabase.getChunkLODFromDb(int cx,
int cz)
Gets an LOD chunk from the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorldDatabase.saveChunkLODToDb(ChunkLOD chunkLOD)
Saves a
ChunkLOD to the database. |