Uses of Class
net.neoforged.neoforge.client.gui.modlist.ModListScreen.ModsList.Entry
Packages that use ModListScreen.ModsList.Entry
-
Uses of ModListScreen.ModsList.Entry in net.neoforged.neoforge.client.gui.modlist
Subclasses with type arguments of type ModListScreen.ModsList.Entry in net.neoforged.neoforge.client.gui.modlistModifier and TypeClassDescriptionprivate class(package private) classFields in net.neoforged.neoforge.client.gui.modlist declared as ModListScreen.ModsList.EntryFields in net.neoforged.neoforge.client.gui.modlist with type parameters of type ModListScreen.ModsList.EntryModifier and TypeFieldDescriptionprivate final List<ModListScreen.ModsList.Entry> ModListScreen.allEntriesprivate static final Comparator<ModListScreen.ModsList.Entry> ModListScreen.COMPARATOR_BY_NAMEprivate final Consumer<List<ModListScreen.ModsList.Entry>> ModListScreen.SortType.sorterMethods in net.neoforged.neoforge.client.gui.modlist with parameters of type ModListScreen.ModsList.EntryModifier and TypeMethodDescriptionvoidModListScreen.ModsList.setSelected(@Nullable ModListScreen.ModsList.Entry selectedEntry) voidModListScreen.ModInfoPanel.updateSelected(@Nullable ModListScreen.ModsList.Entry newSelected) Method parameters in net.neoforged.neoforge.client.gui.modlist with type arguments of type ModListScreen.ModsList.EntryModifier and TypeMethodDescriptionvoidModListScreen.SortType.sort(List<ModListScreen.ModsList.Entry> list) Constructor parameters in net.neoforged.neoforge.client.gui.modlist with type arguments of type ModListScreen.ModsList.EntryModifierConstructorDescriptionprivateSortType(String translationKey, Consumer<List<ModListScreen.ModsList.Entry>> sorter)