This is the complete list of members for com.fs.starfarer.api.impl.BaseSharedJSONFile, including all inherited members.
| addToSet(String key, String value) | com.fs.starfarer.api.impl.BaseSharedJSONFile | |
| doesSetContain(String key, String value) | com.fs.starfarer.api.impl.BaseSharedJSONFile | |
| getFilename() | com.fs.starfarer.api.impl.BaseSharedJSONFile | protected |
| getSet(String key) | com.fs.starfarer.api.impl.BaseSharedJSONFile | |
| json | com.fs.starfarer.api.impl.BaseSharedJSONFile | protected |
| loadIfNeeded() | com.fs.starfarer.api.impl.BaseSharedJSONFile | |
| optBoolean(String key, boolean defaultValue) | com.fs.starfarer.api.impl.BaseSharedJSONFile | |
| optFloat(String key, float defaultValue) | com.fs.starfarer.api.impl.BaseSharedJSONFile | |
| optInt(String key, int defaultValue) | com.fs.starfarer.api.impl.BaseSharedJSONFile | |
| optString(String key, String defaultValue) | com.fs.starfarer.api.impl.BaseSharedJSONFile | |
| saveIfNeeded() | com.fs.starfarer.api.impl.BaseSharedJSONFile | |
| setBoolean(String key, boolean value) | com.fs.starfarer.api.impl.BaseSharedJSONFile | |
| setCache | com.fs.starfarer.api.impl.BaseSharedJSONFile | protected |
| setFloat(String key, float value) | com.fs.starfarer.api.impl.BaseSharedJSONFile | |
| setInt(String key, int value) | com.fs.starfarer.api.impl.BaseSharedJSONFile | |
| setString(String key, String value) | com.fs.starfarer.api.impl.BaseSharedJSONFile | |
| unset(String key) | com.fs.starfarer.api.impl.BaseSharedJSONFile | |