| Package | Description |
|---|---|
| net.minecraftforge.fml | |
| net.minecraftforge.fml.client | |
| net.minecraftforge.fml.client.gui.screen | |
| net.minecraftforge.fml.client.gui.widget | |
| net.minecraftforge.fml.loading |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ModInfo> |
ModList.sortedList |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ModInfo> |
ModList.getMods() |
| Modifier and Type | Method and Description |
|---|---|
static ModList |
ModList.of(java.util.List<ModFile> modFiles,
java.util.List<ModInfo> sortedList) |
| Constructor and Description |
|---|
ModList(java.util.List<ModFile> modFiles,
java.util.List<ModInfo> sortedList) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Optional<java.util.function.BiFunction<Minecraft,Screen,Screen>> |
ConfigGuiHandler.getGuiFactoryFor(ModInfo selectedMod) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ModInfo> |
ModListScreen.mods |
private java.util.List<ModInfo> |
ModListScreen.unsortedMods |
| Modifier and Type | Method and Description |
|---|---|
int |
ModListScreen.SortType.compare(ModInfo o1,
ModInfo o2) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ExtendedList.AbstractListEntry<T>> |
ModListScreen.buildModList(java.util.function.Consumer<T> modListViewConsumer,
java.util.function.Function<ModInfo,T> newEntry) |
| Modifier and Type | Field and Description |
|---|---|
private ModInfo |
ModListWidget.ModEntry.modInfo |
| Modifier and Type | Method and Description |
|---|---|
ModInfo |
ModListWidget.ModEntry.getInfo() |
| Constructor and Description |
|---|
ModEntry(ModInfo info,
ModListScreen parent) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,ModInfo> |
ModSorter.modIdNameLookup |
private java.util.List<ModInfo> |
ModSorter.sortedList |
private java.util.List<ModInfo> |
LoadingModList.sortedList |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ModInfo> |
LoadingModList.getMods() |
| Modifier and Type | Method and Description |
|---|---|
static LoadingModList |
LoadingModList.of(java.util.List<ModFile> modFiles,
java.util.List<ModInfo> sortedList,
EarlyLoadingException earlyLoadingException) |
| Constructor and Description |
|---|
LoadingModList(java.util.List<ModFile> modFiles,
java.util.List<ModInfo> sortedList) |