Uses of Interface
io.papermc.paper.plugin.bootstrap.PluginProviderContext
-
Uses of PluginProviderContext in io.papermc.paper.plugin.bootstrap
Modifier and TypeMethodDescriptionvoid
PluginBootstrap.bootstrap
(@NotNull PluginProviderContext context) Called by the server, allowing you to bootstrap the plugin with a context that provides things like a logger and your shared plugin configuration file.default @NotNull JavaPlugin
PluginBootstrap.createPlugin
(@NotNull PluginProviderContext context) Called by the server to instantiate your main class. -
Uses of PluginProviderContext in io.papermc.paper.plugin.loader