Uses of Interface
io.papermc.paper.plugin.bootstrap.BootstrapContext
-
Uses of BootstrapContext in io.papermc.paper.plugin.bootstrap
Modifier and TypeMethodDescriptionBootstrapContext.getLifecycleManager()
Get the lifecycle event manager for registering handlers for lifecycle events allowed on theBootstrapContext
.Modifier and TypeMethodDescriptionvoid
PluginBootstrap.bootstrap
(@NotNull BootstrapContext 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.