public interface IDataManager
| Modifier and Type | Method | Description |
|---|---|---|
java.io.File |
getBlacklistFile() |
|
java.io.File |
getCommandPermsFile() |
|
java.io.File |
getGameDataFile() |
|
java.io.File |
getGameDir() |
|
DataSet |
getGameInfo() |
|
java.io.File |
getModConfigFolder() |
|
java.io.File |
getModsDir() |
|
java.io.File |
getModSettingsFile() |
|
java.io.File |
getPlayerDesignFile() |
|
java.io.File |
getScreenshotDir() |
|
java.io.File |
getServerSettingsFile() |
|
java.io.File |
getSettingsFile() |
|
java.io.File |
getWhitelistFile() |
|
java.io.File |
getWorldsDir() |
|
void |
loadPropSettings(IPropSettings settings) |
Deprecated.
Use
loadSettings(IJsonSettings) instead. If your
settings class still extends IPropSettings in addition to IJsonSettings, then it will attempt to load the setting in both ways as
a way of backward compatibility. |
void |
loadSettings(IJsonSettings settings) |
|
void |
savePropSettings(IPropSettings settings) |
Deprecated.
Use
saveSettings(IJsonSettings) instead |
void |
saveSettings(IJsonSettings settings) |
java.io.File getGameDir()
java.io.File getModsDir()
java.io.File getWorldsDir()
java.io.File getScreenshotDir()
java.io.File getGameDataFile()
java.io.File getSettingsFile()
java.io.File getServerSettingsFile()
java.io.File getCommandPermsFile()
java.io.File getWhitelistFile()
java.io.File getBlacklistFile()
java.io.File getModSettingsFile()
java.io.File getPlayerDesignFile()
java.io.File getModConfigFolder()
DataSet getGameInfo()
@Deprecated void loadPropSettings(IPropSettings settings)
loadSettings(IJsonSettings) instead. If your
settings class still extends IPropSettings in addition to IJsonSettings, then it will attempt to load the setting in both ways as
a way of backward compatibility.@Deprecated void savePropSettings(IPropSettings settings)
saveSettings(IJsonSettings) insteadvoid loadSettings(IJsonSettings settings)
void saveSettings(IJsonSettings settings)