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.PluginClasspathBuilder.addLibraryBeforeCreateInstance(URL url) 플러그인 인스턴스를 생성하기 전에 등록할 클래스 경로를 추가합니다.Methods in io.papermc.paper.plugin.loader with parameters of type PluginClasspathBuilderModifier and TypeMethodDescriptionvoidPluginLoader.classloader(PluginClasspathBuilder classpathBuilder) Called by the server to allows plugins to configure the runtime classpath that the plugin is run on.