Uses of Interface
io.papermc.paper.plugin.bootstrap.PluginProviderContext
-
Uses of PluginProviderContext in io.papermc.paper.plugin.bootstrap
Modifier and TypeInterfaceDescriptioninterface
Represents the context provided to aPluginBootstrap
during both the bootstrapping and plugin instantiation logic.Modifier and TypeMethodDescriptiondefault @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