Package | Description |
---|---|
net.minecraftforge.fml | |
net.minecraftforge.fml.loading | |
net.minecraftforge.fml.loading.moddiscovery |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ModFileInfo> |
ModList.fileById |
private java.util.List<ModFileInfo> |
ModList.modFiles |
Modifier and Type | Method and Description |
---|---|
ModFileInfo |
ModList.getModFileById(java.lang.String modid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ModFileInfo> |
ModList.getModFiles() |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ModFileInfo> |
LoadingModList.fileById |
private java.util.List<ModFileInfo> |
LoadingModList.modFiles |
Modifier and Type | Method and Description |
---|---|
ModFileInfo |
LoadingModList.getModFileById(java.lang.String modid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ModFileInfo> |
LoadingModList.getModFiles() |
Modifier and Type | Method and Description |
---|---|
private void |
ModSorter.addDependency(com.google.common.graph.MutableGraph<ModFileInfo> topoGraph,
net.minecraftforge.forgespi.language.IModInfo.ModVersion dep) |
Modifier and Type | Field and Description |
---|---|
private ModFileInfo |
ModInfo.owningFile |
Modifier and Type | Method and Description |
---|---|
ModFileInfo |
ModInfo.getOwningFile() |
Constructor and Description |
---|
ModInfo(ModFileInfo owningFile,
net.minecraftforge.forgespi.language.IConfigurable config) |