Uses of Interface
io.papermc.paper.plugin.loader.PluginClasspathBuilder
-
Uses of PluginClasspathBuilder in io.papermc.paper.plugin.loader
Modifier and TypeMethodDescriptionPluginClasspathBuilder.addLibrary
(ClassPathLibrary classPathLibrary) Adds a new classpath library to this classpath builder.PluginClasspathBuilder.addLibraryBeforeCreateInstance
(URL url) 플러그인 인스턴스를 생성하기 전에 등록할 클래스 경로를 추가합니다.Modifier and TypeMethodDescriptionvoid
PluginLoader.classloader
(PluginClasspathBuilder classpathBuilder) Called by the server to allows plugins to configure the runtime classpath that the plugin is run on.