Uses of Class
io.papermc.paper.plugin.loader.library.LibraryLoadingException
Packages that use LibraryLoadingException
Package
Description
-
Uses of LibraryLoadingException in io.papermc.paper.plugin.loader.library
Methods in io.papermc.paper.plugin.loader.library that throw LibraryLoadingExceptionModifier and TypeMethodDescriptionvoid
ClassPathLibrary.register
(LibraryStore store) Called to register the library this class path library represents into the passed library store. -
Uses of LibraryLoadingException in io.papermc.paper.plugin.loader.library.impl
Methods in io.papermc.paper.plugin.loader.library.impl that throw LibraryLoadingExceptionModifier and TypeMethodDescriptionvoid
JarLibrary.register
(LibraryStore store) void
MavenLibraryResolver.register
(LibraryStore store) Resolves the provided dependencies and adds them to the library store.