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.library
Methods in io.papermc.paper.plugin.loader.library with parameters of type LibraryStoreModifier and TypeMethodDescriptionvoid
ClassPathLibrary.register
(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.impl
Methods in io.papermc.paper.plugin.loader.library.impl with parameters of type LibraryStoreModifier and TypeMethodDescriptionvoid
JarLibrary.register
(LibraryStore store) void
MavenLibraryResolver.register
(LibraryStore store) Resolves the provided dependencies and adds them to the library store.