Package | Description |
---|---|
net.risingworld.api | |
net.risingworld.api.database |
Modifier and Type | Method and Description |
---|---|
Chunk |
World.getChunk(int x,
int y,
int z)
Gets a chunk, either from the cache, or - if this chunk isn't loaded yet -
from the database.
|
Modifier and Type | Method and Description |
---|---|
void |
World.saveChunk(Chunk chunk)
Saves the chunk.
|
Modifier and Type | Method and Description |
---|---|
Chunk |
WorldDatabase.getChunkFromDb(int cx,
int cy,
int cz)
Gets a chunk from the database.
|
Modifier and Type | Method and Description |
---|---|
void |
WorldDatabase.saveChunkToDb(Chunk chunk)
Saves a
Chunk to the database. |