Class DillonLibOptions.DillonLibOptionsHandler
java.lang.Object
net.dillon.dillonlib.util.BaseOptions<DillonLibOptions>
net.dillon.dillonlib.core.DillonLibOptions.DillonLibOptionsHandler
- Enclosing class:
DillonLibOptions
-
Field Summary
Fields inherited from class BaseOptions
instance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DillonLibOptionsReturns the type to get the options from.protected Class<DillonLibOptions> Returns the class to get the options from.Methods inherited from class BaseOptions
clearCustomDirectory, configDir, createGson, getConfigFile, getCustomDir, getFile, getFileName, getInstance, load, safeCheck, save, setCustomDirectory, setFileName, setInstance, update
-
Constructor Details
-
DillonLibOptionsHandler
public DillonLibOptionsHandler()
-
-
Method Details
-
createDefault
Description copied from class:BaseOptionsReturns the type to get the options from.- Specified by:
createDefaultin classBaseOptions<DillonLibOptions>
-
getConfigClass
Description copied from class:BaseOptionsReturns the class to get the options from.- Specified by:
getConfigClassin classBaseOptions<DillonLibOptions>
-