Uses of Class
net.fateuhc.plugin.api.data.ConfigData
Packages that use ConfigData
-
Uses of ConfigData in net.fateuhc.plugin.api.events
Methods in net.fateuhc.plugin.api.events that return ConfigDataModifier and TypeMethodDescriptionConfigChangeEvent.getConfigData()Get the data for the config option thats been changed. -
Uses of ConfigData in net.fateuhc.plugin.api.managers
Methods in net.fateuhc.plugin.api.managers that return ConfigDataModifier and TypeMethodDescriptionConfigManager.getByAlias(String alias) Retrieves the configuration with the given alias.ConfigManager.getByConfig(Config source) Retrieves the configuration for the given source.Retrieves the configuration with the given name.Methods in net.fateuhc.plugin.api.managers that return types with arguments of type ConfigDataModifier and TypeMethodDescriptionConfigManager.getActiveConfigs()Retrieves the list of active configs.ConfigManager.getAllConfigs()Retrieves the list of config options.