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. fileById
private java.util.List<ModFileInfo>
ModList. modFiles
Methods in net.minecraftforge.fml that return ModFileInfo Modifier and Type Method Description ModFileInfo
ModList. 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. fileById
private java.util.List<ModFileInfo>
LoadingModList. modFiles
Methods in net.minecraftforge.fml.loading that return ModFileInfo Modifier and Type Method Description ModFileInfo
LoadingModList. 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 void
ModSorter. 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 ModFileInfo
ModInfo. owningFile
Methods in net.minecraftforge.fml.loading.moddiscovery that return ModFileInfo Modifier and Type Method Description ModFileInfo
ModInfo. getOwningFile()
Constructors in net.minecraftforge.fml.loading.moddiscovery with parameters of type ModFileInfo Constructor Description ModInfo(ModFileInfo owningFile, net.minecraftforge.forgespi.language.IConfigurable config)
-