Uses of Class
net.neoforged.fml.loading.moddiscovery.ModInfo
Packages that use ModInfo
-
Uses of ModInfo in net.neoforged.fml.loading
Fields in net.neoforged.fml.loading with type parameters of type ModInfoModifier and TypeFieldDescriptionLoadingModList.modDependenciesLoadingModList.modDependenciesModSorter.modDependenciesModSorter.modDependenciesLoadingModList.sortedListModSorter.sortedListMethods in net.neoforged.fml.loading that return types with arguments of type ModInfoModifier and TypeMethodDescriptionLoadingModList.getDependencies(IModInfo mod) Returns all direct loading dependencies of the given mod.LoadingModList.getMods()Method parameters in net.neoforged.fml.loading with type arguments of type ModInfoModifier and TypeMethodDescriptionprivate voidModSorter.addDependency(MutableGraph<ModInfo> topoGraph, IModInfo.ModVersion dep) static LoadingModListLoadingModList.of(List<ModFile> plugins, List<ModFile> modFiles, List<ModInfo> sortedList, List<ModLoadingIssue> issues, Map<ModInfo, List<ModInfo>> modDependencies) static LoadingModListLoadingModList.of(List<ModFile> plugins, List<ModFile> modFiles, List<ModInfo> sortedList, List<ModLoadingIssue> issues, Map<ModInfo, List<ModInfo>> modDependencies) Constructor parameters in net.neoforged.fml.loading with type arguments of type ModInfoModifierConstructorDescriptionprivateLoadingModList(List<ModFile> plugins, List<ModFile> modFiles, List<ModInfo> sortedList, Map<ModInfo, List<ModInfo>> modDependencies) privateLoadingModList(List<ModFile> plugins, List<ModFile> modFiles, List<ModInfo> sortedList, Map<ModInfo, List<ModInfo>> modDependencies)