Uses of Interface
io.papermc.paper.plugin.bootstrap.BootstrapContext
Packages that use BootstrapContext
-
Uses of BootstrapContext in io.papermc.paper.plugin.bootstrap
Methods in io.papermc.paper.plugin.bootstrap that return types with arguments of type BootstrapContextModifier and TypeMethodDescriptionBootstrapContext.getLifecycleManager()
Get the lifecycle event manager for registering handlers for lifecycle events allowed on theBootstrapContext
.Methods in io.papermc.paper.plugin.bootstrap with parameters of type BootstrapContextModifier 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.