Class ConfigurationManager
java.lang.Object
dev.esophose.playerparticles.manager.Manager
dev.esophose.playerparticles.manager.ConfigurationManager
public class ConfigurationManager extends Manager
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfigurationManager.GuiIcon
Used for grabbing/caching configurable GUI Icons from the config.ymlstatic class
ConfigurationManager.Setting
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ConfigurationManager(PlayerParticles playerParticles)
-
Method Summary
Modifier and Type Method Description void
disable()
Cleans up the Manager's resourcesCommentedFileConfiguration
getConfig()
void
reload()
Reloads the Manager's settings
-
Constructor Details
-
Method Details