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.modDependencies
LoadingModList.modDependencies
ModSorter.modDependencies
ModSorter.modDependencies
LoadingModList.sortedList
ModSorter.sortedList
Methods 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 void
ModSorter.addDependency
(com.google.common.graph.MutableGraph<ModInfo> topoGraph, IModInfo.ModVersion dep) static LoadingModList
LoadingModList.of
(List<ModFile> plugins, List<ModFile> modFiles, List<ModInfo> sortedList, List<ModLoadingIssue> issues, Map<ModInfo, List<ModInfo>> modDependencies) static LoadingModList
LoadingModList.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 ModInfoModifierConstructorDescriptionprivate
LoadingModList
(List<ModFile> plugins, List<ModFile> modFiles, List<ModInfo> sortedList, Map<ModInfo, List<ModInfo>> modDependencies) private
LoadingModList
(List<ModFile> plugins, List<ModFile> modFiles, List<ModInfo> sortedList, Map<ModInfo, List<ModInfo>> modDependencies)