Uses of Class
net.minecraftforge.fml.loading.moddiscovery.ModInfo
-
Packages that use ModInfo 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 -
-
Uses of ModInfo in net.minecraftforge.fml
Fields in net.minecraftforge.fml with type parameters of type ModInfo Modifier and Type Field Description private java.util.List<ModInfo>
ModList. sortedList
Methods in net.minecraftforge.fml that return types with arguments of type ModInfo Modifier and Type Method Description java.util.List<ModInfo>
ModList. getMods()
-
Uses of ModInfo in net.minecraftforge.fml.client
Methods in net.minecraftforge.fml.client with parameters of type ModInfo Modifier and Type Method Description static java.util.Optional<java.util.function.BiFunction<Minecraft,Screen,Screen>>
ConfigGuiHandler. getGuiFactoryFor(ModInfo selectedMod)
-
Uses of ModInfo in net.minecraftforge.fml.client.gui.screen
Fields in net.minecraftforge.fml.client.gui.screen with type parameters of type ModInfo Modifier and Type Field Description private java.util.List<ModInfo>
ModListScreen. mods
private java.util.List<ModInfo>
ModListScreen. unsortedMods
Methods in net.minecraftforge.fml.client.gui.screen with parameters of type ModInfo Modifier and Type Method Description int
ModListScreen.SortType. compare(ModInfo o1, ModInfo o2)
Method parameters in net.minecraftforge.fml.client.gui.screen with type arguments of type ModInfo Modifier and Type Method Description <T extends ExtendedList.AbstractListEntry<T>>
voidModListScreen. buildModList(java.util.function.Consumer<T> modListViewConsumer, java.util.function.Function<ModInfo,T> newEntry)
-
Uses of ModInfo in net.minecraftforge.fml.client.gui.widget
Fields in net.minecraftforge.fml.client.gui.widget declared as ModInfo Modifier and Type Field Description private ModInfo
ModListWidget.ModEntry. modInfo
Methods in net.minecraftforge.fml.client.gui.widget that return ModInfo Modifier and Type Method Description ModInfo
ModListWidget.ModEntry. getInfo()
Constructors in net.minecraftforge.fml.client.gui.widget with parameters of type ModInfo Constructor Description ModEntry(ModInfo info, ModListScreen parent)
-
Uses of ModInfo in net.minecraftforge.fml.loading
Fields in net.minecraftforge.fml.loading with type parameters of type ModInfo Modifier and Type Field Description private java.util.Map<java.lang.String,ModInfo>
ModSorter. modIdNameLookup
private java.util.List<ModInfo>
LoadingModList. sortedList
private java.util.List<ModInfo>
ModSorter. sortedList
Methods in net.minecraftforge.fml.loading that return types with arguments of type ModInfo Modifier and Type Method Description java.util.List<ModInfo>
LoadingModList. getMods()
-