Uses of Interface
io.papermc.paper.plugin.loader.library.ClassPathLibrary
-
Uses of ClassPathLibrary in io.papermc.paper.plugin.loader
Modifier 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.impl
Modifier and TypeClassDescriptionclass
A simple jar library implementation of theClassPathLibrary
that allowsPluginLoader
s to append a jar stored on the local file system into their runtime classloader.class
The maven library resolver acts as a resolver for yet to be resolved jar libraries that may be pulled from a remote maven repository.