Uses of Interface
io.papermc.paper.plugin.loader.library.LibraryStore
Packages that use LibraryStore
Package
Description
- 
Uses of LibraryStore in io.papermc.paper.plugin.loader.libraryMethods in io.papermc.paper.plugin.loader.library with parameters of type LibraryStoreModifier and TypeMethodDescriptionvoidClassPathLibrary.register(@NotNull LibraryStore store) Called to register the library this class path library represents into the passed library store.
- 
Uses of LibraryStore in io.papermc.paper.plugin.loader.library.implMethods in io.papermc.paper.plugin.loader.library.impl with parameters of type LibraryStoreModifier and TypeMethodDescriptionvoidJarLibrary.register(@NotNull LibraryStore store) voidMavenLibraryResolver.register(@NotNull LibraryStore store) Resolves the provided dependencies and adds them to the library store.