Package pro.gravit.launcher.config
Class SimpleConfig<T>
java.lang.Object
pro.gravit.launcher.config.SimpleConfig<T>
- All Implemented Interfaces:
JsonConfigurableInterface<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pro.gravit.launcher.config.JsonConfigurableInterface
generateConfigIfNotExists, generateConfigIfNotExists, loadConfig, loadConfig, loadConfig, resetConfig, resetConfig, saveConfig, saveConfig, saveConfig, setConfig, toJsonString, toJsonString
-
Field Details
-
configPath
-
-
Constructor Details
-
SimpleConfig
-
-
Method Details
-
getConfig
- Specified by:
getConfigin interfaceJsonConfigurableInterface<T>
-
getDefaultConfig
- Specified by:
getDefaultConfigin interfaceJsonConfigurableInterface<T>
-
getPath
- Specified by:
getPathin interfaceJsonConfigurableInterface<T>
-
getType
- Specified by:
getTypein interfaceJsonConfigurableInterface<T>
-