Uses of Class
net.neoforged.fml.ModLoadingException
Packages that use ModLoadingException
Package
Description
-
Uses of ModLoadingException in net.neoforged.fml.loading.moddiscovery.locators
Methods in net.neoforged.fml.loading.moddiscovery.locators that return ModLoadingExceptionModifier and TypeMethodDescriptionprotected ModLoadingException
JarInJarDependencyLocator.exception
(Collection<net.neoforged.jarjar.selection.JarSelector.ResolutionFailureInformation<IModFile>> failedDependencies) -
Uses of ModLoadingException in net.neoforged.neoforge.client.loading
Fields in net.neoforged.neoforge.client.loading declared as ModLoadingExceptionModifier and TypeFieldDescriptionprivate static @Nullable ModLoadingException
ClientModLoader.error
-
Uses of ModLoadingException in net.neoforged.neoforgespi.language
Methods in net.neoforged.neoforgespi.language that throw ModLoadingExceptionModifier and TypeMethodDescriptionIModLanguageLoader.loadMod
(IModInfo info, ModFileScanData modFileScanResults, ModuleLayer layer) Load and build a container from the given mod information.