Interface BootstrapContext
- All Superinterfaces:
PluginProviderContext
Represents the context provided to a
PluginBootstrap
during both the bootstrapping and plugin
instantiation 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 Summary
Methods inherited from interface io.papermc.paper.plugin.bootstrap.PluginProviderContext
getConfiguration, getDataDirectory, getLogger, getPluginSource