Uses of Class
net.neoforged.fml.loading.LoadingModList
Packages that use LoadingModList
-
Uses of LoadingModList in net.neoforged.fml.loading
Fields in net.neoforged.fml.loading declared as LoadingModListMethods in net.neoforged.fml.loading that return LoadingModListModifier and TypeMethodDescriptionstatic LoadingModListLoadingModList.get()Deprecated, for removal: This API element is subject to removal in a future version.FMLLoader.getLoadingModList()static LoadingModListLoadingModList.of(List<ModFile> plugins, List<ModFile> gameLibraries, List<ModFile> modFiles, List<ModInfo> sortedList, List<ModLoadingIssue> issues, Map<ModInfo, List<ModInfo>> modDependencies) static LoadingModListModSorter.sort(List<ModFile> plugins, List<ModFile> gameLibraries, List<ModFile> mods, List<ModLoadingIssue> issues) static LoadingModListModSorter.sort(List<ModFile> modFiles, List<ModLoadingIssue> issues) -
Uses of LoadingModList in net.neoforged.fml.loading.mixin
Methods in net.neoforged.fml.loading.mixin with parameters of type LoadingModListModifier and TypeMethodDescriptionprivate voidMixinFacade.addMixins(LoadingModList modList) private static booleanMixinFacade.areRequiredModsPresent(ModFile modFile, ModFileParser.MixinConfig mixinConfig, LoadingModList modList) voidMixinFacade.finishInitialization(LoadingModList loadingModList, TransformingClassLoader classLoader)
FMLLoader.getCurrent().getLoadingModList()instead.