Uses of Class
com.booksaw.betterTeams.ConfigManager
Packages that use ConfigManager
-
Uses of ConfigManager in com.booksaw.betterTeams.message
Methods in com.booksaw.betterTeams.message that return ConfigManagerModifier and TypeMethodDescriptionstatic ConfigManager
MessageManager.getDefaultMessagesConfigManager()
Methods in com.booksaw.betterTeams.message with parameters of type ConfigManagerModifier and TypeMethodDescriptionstatic void
MessageManager.addMessages
(@NotNull ConfigManager configManager) This method is used to provide the configuration file in which all the message references are stored, this method also loads the default prefix -
Uses of ConfigManager in com.booksaw.betterTeams.team.storage.team
Fields in com.booksaw.betterTeams.team.storage.team declared as ConfigManagerModifier and TypeFieldDescriptionprotected final ConfigManager
SeparatedYamlTeamStorage.configManager