Uses of Class
net.minecraftforge.fml.loading.moddiscovery.ModFileInfo
-
Packages that use ModFileInfo Package Description net.minecraftforge.fml net.minecraftforge.fml.loading net.minecraftforge.fml.loading.moddiscovery -
-
Uses of ModFileInfo in net.minecraftforge.fml
Fields in net.minecraftforge.fml with type parameters of type ModFileInfo Modifier and Type Field Description private java.util.Map<java.lang.String,ModFileInfo>ModList. fileByIdprivate java.util.List<ModFileInfo>ModList. modFilesMethods in net.minecraftforge.fml that return ModFileInfo Modifier and Type Method Description ModFileInfoModList. getModFileById(java.lang.String modid)Methods in net.minecraftforge.fml that return types with arguments of type ModFileInfo Modifier and Type Method Description java.util.List<ModFileInfo>ModList. getModFiles() -
Uses of ModFileInfo in net.minecraftforge.fml.loading
Fields in net.minecraftforge.fml.loading with type parameters of type ModFileInfo Modifier and Type Field Description private java.util.Map<java.lang.String,ModFileInfo>LoadingModList. fileByIdprivate java.util.List<ModFileInfo>LoadingModList. modFilesMethods in net.minecraftforge.fml.loading that return ModFileInfo Modifier and Type Method Description ModFileInfoLoadingModList. getModFileById(java.lang.String modid)Methods in net.minecraftforge.fml.loading that return types with arguments of type ModFileInfo Modifier and Type Method Description java.util.List<ModFileInfo>LoadingModList. getModFiles()Method parameters in net.minecraftforge.fml.loading with type arguments of type ModFileInfo Modifier and Type Method Description private voidModSorter. addDependency(com.google.common.graph.MutableGraph<ModFileInfo> topoGraph, net.minecraftforge.forgespi.language.IModInfo.ModVersion dep) -
Uses of ModFileInfo in net.minecraftforge.fml.loading.moddiscovery
Fields in net.minecraftforge.fml.loading.moddiscovery declared as ModFileInfo Modifier and Type Field Description private ModFileInfoModInfo. owningFileMethods in net.minecraftforge.fml.loading.moddiscovery that return ModFileInfo Modifier and Type Method Description ModFileInfoModInfo. getOwningFile()Constructors in net.minecraftforge.fml.loading.moddiscovery with parameters of type ModFileInfo Constructor Description ModInfo(ModFileInfo owningFile, net.minecraftforge.forgespi.language.IConfigurable config)
-