| Package | Description |
|---|---|
| net.minecraftforge.fml | |
| net.minecraftforge.fml.loading | |
| net.minecraftforge.fml.loading.moddiscovery |
| Modifier and Type | Field and Description |
|---|---|
private LoadingModList |
ModLoader.loadingModList |
| Modifier and Type | Field and Description |
|---|---|
private static LoadingModList |
LoadingModList.INSTANCE |
private static LoadingModList |
FMLLoader.loadingModList |
| Modifier and Type | Method and Description |
|---|---|
static LoadingModList |
LoadingModList.get() |
static LoadingModList |
FMLLoader.getLoadingModList() |
static LoadingModList |
LoadingModList.of(java.util.List<ModFile> modFiles,
java.util.List<ModInfo> sortedList,
EarlyLoadingException earlyLoadingException) |
static LoadingModList |
ModSorter.sort(java.util.List<ModFile> mods) |
| Modifier and Type | Field and Description |
|---|---|
private LoadingModList |
BackgroundScanHandler.loadingModList |
| Modifier and Type | Method and Description |
|---|---|
LoadingModList |
BackgroundScanHandler.getLoadingModList() |
| Modifier and Type | Method and Description |
|---|---|
void |
BackgroundScanHandler.setLoadingModList(LoadingModList loadingModList) |