public interface IDataManager
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getCommandPermsFile() |
java.io.File |
getGameDataFile() |
java.io.File |
getGameDir() |
java.io.File |
getModsDir() |
java.io.File |
getModSettingsFile() |
java.io.File |
getSettingsFile() |
java.io.File |
getWorldsDir() |
void |
loadPropSettings(IPropSettings settings) |
void |
savePropSettings(IPropSettings settings) |
java.io.File getGameDir()
java.io.File getModsDir()
java.io.File getWorldsDir()
java.io.File getGameDataFile()
java.io.File getSettingsFile()
java.io.File getCommandPermsFile()
java.io.File getModSettingsFile()
void loadPropSettings(IPropSettings settings)
void savePropSettings(IPropSettings settings)