Uses of Interface
io.papermc.paper.plugin.loader.library.ClassPathLibrary
Packages that use ClassPathLibrary
- 
Uses of ClassPathLibrary in io.papermc.paper.plugin.loaderMethods in io.papermc.paper.plugin.loader with parameters of type ClassPathLibraryModifier and TypeMethodDescriptionPluginClasspathBuilder.addLibrary(@NotNull ClassPathLibrary classPathLibrary) Adds a new classpath library to this classpath builder.
- 
Uses of ClassPathLibrary in io.papermc.paper.plugin.loader.library.implClasses in io.papermc.paper.plugin.loader.library.impl that implement ClassPathLibraryModifier and TypeClassDescriptionclassA simple jar library implementation of theClassPathLibrarythat allowsPluginLoaders to append a jar stored on the local file system into their runtime classloader.classThe maven library resolver acts as a resolver for yet to be resolved jar libraries that may be pulled from a remote maven repository.