public class ThirdPartyConfig extends AuxConfigJson
| Modifier and Type | Field and Description |
|---|---|
static ThirdPartyConfig |
INSTANCE |
file| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfigFilename()
Get the filename (within the "pneumaticcraft/" folder in the top-level config directory) where this
config should be stored.
|
static boolean |
isEnabled(java.lang.String modId) |
protected void |
readFromJson(com.google.gson.JsonObject json) |
static void |
setupDefaults(java.util.Set<java.lang.String> modids) |
protected void |
writeToJson(com.google.gson.JsonObject json) |
postInit, preInit, tryWriteToFile, writeToFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, useWorldSpecificDirpublic static final ThirdPartyConfig INSTANCE
public java.lang.String getConfigFilename()
IAuxConfigprotected void writeToJson(com.google.gson.JsonObject json)
writeToJson in class AuxConfigJsonprotected void readFromJson(com.google.gson.JsonObject json)
readFromJson in class AuxConfigJsonpublic static void setupDefaults(java.util.Set<java.lang.String> modids)
public static boolean isEnabled(java.lang.String modId)