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 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.