Uses of Interface
io.papermc.paper.plugin.loader.PluginClasspathBuilder
Packages that use PluginClasspathBuilder
-
Uses of PluginClasspathBuilder in io.papermc.paper.plugin.loader
Methods in io.papermc.paper.plugin.loader that return PluginClasspathBuilderModifier and TypeMethodDescriptionPluginClasspathBuilder.addLibrary
(ClassPathLibrary classPathLibrary) Adds a new classpath library to this classpath builder.Methods in io.papermc.paper.plugin.loader with parameters of type PluginClasspathBuilderModifier and TypeMethodDescriptionvoid
PluginLoader.classloader
(PluginClasspathBuilder classpathBuilder) Called by the server to allows plugins to configure the runtime classpath that the plugin is run on.