Package me.hsgamer.hscore.config
Class PathLoader
java.lang.Object
me.hsgamer.hscore.config.PathLoader
A class that loads config paths on the config instance
-
Method Summary
Modifier and TypeMethodDescriptiongetPathFields(Config config) Get the path fields of the config instancestatic voidLoad the config paths that are in the config instancestatic voidreloadPath(Config config) Reload the config paths that are in the config instance
-
Method Details
-
getPathFields
Get the path fields of the config instance- Parameters:
config- the config instance- Returns:
- the path fields
-
loadPath
Load the config paths that are in the config instance- Parameters:
config- config instance to load
-
reloadPath
Reload the config paths that are in the config instance- Parameters:
config- config instance to reload
-