Interface PluginProviderContext
Represents the context provided to a 
PluginBootstrap during both the bootstrapping and plugin
 instanciation logic.
 A boostrap context may be used to access data or logic usually provided to Plugin instances
 like the plugin's configuration or logger during the plugins bootstrap.- 
Method SummaryModifier and TypeMethodDescriptionProvides the plugin's configuration.Provides the path to the data directory of the plugin.@NotNull net.kyori.adventure.text.logger.slf4j.ComponentLoggerProvides the logger used for this plugin.
- 
Method Details- 
getConfigurationProvides the plugin's configuration.- Returns:
- the plugin's configuration
 
- 
getDataDirectoryProvides the path to the data directory of the plugin.- Returns:
- the previously described path
 
- 
getLoggerProvides the logger used for this plugin.- Returns:
- the logger instance
 
 
-