public class ProgWidgetConfig extends AuxConfigJson
| Modifier and Type | Field and Description |
|---|---|
static ProgWidgetConfig |
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.
|
boolean |
isWidgetBlacklisted(ProgWidgetType<?> widgetType) |
protected void |
readFromJson(com.google.gson.JsonObject json) |
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 ProgWidgetConfig INSTANCE
public boolean isWidgetBlacklisted(ProgWidgetType<?> widgetType)
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 AuxConfigJson