Uses of Interface
io.papermc.paper.plugin.bootstrap.PluginProviderContext
Packages that use PluginProviderContext
-
Uses of PluginProviderContext in io.papermc.paper.plugin.bootstrap
Subinterfaces of PluginProviderContext in io.papermc.paper.plugin.bootstrapModifier and TypeInterfaceDescriptioninterface
Represents the context provided to aPluginBootstrap
during both the bootstrapping and plugin instantiation logic.Methods in io.papermc.paper.plugin.bootstrap with parameters of type PluginProviderContextModifier 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
Methods in io.papermc.paper.plugin.loader that return PluginProviderContext