Package | Description |
---|---|
net.minecraft.world | |
net.minecraft.world.chunk.storage | |
net.minecraft.world.storage | |
net.minecraftforge.common |
Modifier and Type | Method and Description |
---|---|
void |
World.checkSessionLock()
Checks whether the session lock file was modified by another process
|
void |
WorldServer.saveAllChunks(boolean par1,
IProgressUpdate par2IProgressUpdate)
Saves all chunks to disk while updating progress bar.
|
Modifier and Type | Method and Description |
---|---|
void |
AnvilChunkLoader.saveChunk(World par1World,
Chunk par2Chunk) |
void |
IChunkLoader.saveChunk(World world,
Chunk chunk) |
Modifier and Type | Method and Description |
---|---|
void |
ISaveHandler.checkSessionLock()
Checks the session lock to prevent save collisions
|
void |
SaveHandlerMP.checkSessionLock()
Checks the session lock to prevent save collisions
|
void |
SaveHandler.checkSessionLock()
Checks the session lock to prevent save collisions
|
Modifier and Type | Method and Description |
---|---|
void |
WorldSpecificSaveHandler.checkSessionLock() |