public class WorldSpecificSaveHandler extends Object implements ISaveHandler
| Constructor and Description |
|---|
WorldSpecificSaveHandler(WorldServer world,
ISaveHandler parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkSessionLock()
Checks the session lock to prevent save collisions
|
void |
flush()
Called to flush all changes to disk, waiting for them to complete.
|
IChunkLoader |
getChunkLoader(WorldProvider var1)
Returns the chunk loader with the provided world provider
|
File |
getMapFileFromName(String name)
Gets the file location of the given map
|
IPlayerFileData |
getSaveHandler()
returns null if no saveHandler is relevent (eg.
|
String |
getWorldDirectoryName()
Returns the name of the directory where world information is saved.
|
WorldInfo |
loadWorldInfo()
Loads and returns the world info
|
void |
saveWorldInfo(WorldInfo var1)
Saves the passed in world info.
|
void |
saveWorldInfoWithPlayer(WorldInfo var1,
NBTTagCompound var2)
Saves the given World Info with the given NBTTagCompound as the Player.
|
public WorldSpecificSaveHandler(WorldServer world, ISaveHandler parent)
public WorldInfo loadWorldInfo()
ISaveHandlerloadWorldInfo in interface ISaveHandlerpublic void checkSessionLock()
throws MinecraftException
ISaveHandlercheckSessionLock in interface ISaveHandlerMinecraftExceptionpublic IChunkLoader getChunkLoader(WorldProvider var1)
ISaveHandlergetChunkLoader in interface ISaveHandlerpublic void saveWorldInfoWithPlayer(WorldInfo var1, NBTTagCompound var2)
ISaveHandlersaveWorldInfoWithPlayer in interface ISaveHandlerpublic void saveWorldInfo(WorldInfo var1)
ISaveHandlersaveWorldInfo in interface ISaveHandlerpublic IPlayerFileData getSaveHandler()
ISaveHandlergetSaveHandler in interface ISaveHandlerpublic void flush()
ISaveHandlerflush in interface ISaveHandlerpublic String getWorldDirectoryName()
ISaveHandlergetWorldDirectoryName in interface ISaveHandlerpublic File getMapFileFromName(String name)
ISaveHandlergetMapFileFromName in interface ISaveHandler