public class DesktopPlayerData
extends org.mini2Dx.core.PlayerData
| Constructor and Description |
|---|
DesktopPlayerData(java.lang.String gameIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ensureDataDirectoryExists() |
java.lang.String |
getSaveDirectoryForGame(java.lang.String gameIdentifier) |
protected org.mini2Dx.core.files.FileHandle |
resolve(java.lang.String[] filepath) |
protected org.mini2Dx.core.files.FileHandle |
resolveTmp(java.lang.String[] filepath) |
void |
wipe() |
protected org.mini2Dx.core.files.FileHandle resolve(java.lang.String[] filepath)
resolve in class org.mini2Dx.core.PlayerDataprotected org.mini2Dx.core.files.FileHandle resolveTmp(java.lang.String[] filepath)
resolveTmp in class org.mini2Dx.core.PlayerDataprotected void ensureDataDirectoryExists()
throws java.io.IOException
ensureDataDirectoryExists in class org.mini2Dx.core.PlayerDatajava.io.IOExceptionpublic void wipe()
throws org.mini2Dx.core.exception.PlayerDataException
wipe in class org.mini2Dx.core.PlayerDataorg.mini2Dx.core.exception.PlayerDataExceptionpublic java.lang.String getSaveDirectoryForGame(java.lang.String gameIdentifier)