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. sortedListMethods 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. modsprivate java.util.List<ModInfo>ModListScreen. unsortedModsMethods in net.minecraftforge.fml.client.gui.screen with parameters of type ModInfo Modifier and Type Method Description intModListScreen.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 ModInfoModListWidget.ModEntry. modInfoMethods in net.minecraftforge.fml.client.gui.widget that return ModInfo Modifier and Type Method Description ModInfoModListWidget.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. modIdNameLookupprivate java.util.List<ModInfo>LoadingModList. sortedListprivate java.util.List<ModInfo>ModSorter. sortedListMethods in net.minecraftforge.fml.loading that return types with arguments of type ModInfo Modifier and Type Method Description java.util.List<ModInfo>LoadingModList. getMods()
-