Uses of Record Class
net.neoforged.fml.ModLoadingIssue
Packages that use ModLoadingIssue
Package
Description
-
Uses of ModLoadingIssue in net.neoforged.fml
Fields in net.neoforged.fml with type parameters of type ModLoadingIssueModifier and TypeFieldDescriptionprivate final List<ModLoadingIssue> ModLoadingException.issuesprivate static final List<ModLoadingIssue> ModLoader.loadingIssuesMethods in net.neoforged.fml that return ModLoadingIssueModifier and TypeMethodDescriptionstatic ModLoadingIssuestatic ModLoadingIssueModLoadingIssue.withAffectedMod(IModInfo affectedMod) ModLoadingIssue.withAffectedModFile(IModFile affectedModFile) ModLoadingIssue.withAffectedPath(Path affectedPath) ModLoadingIssue.withSeverity(ModLoadingIssue.Severity severity) Methods in net.neoforged.fml that return types with arguments of type ModLoadingIssueModifier and TypeMethodDescriptionModLoadingException.getIssues()static List<ModLoadingIssue> ModLoader.getLoadingErrors()static List<ModLoadingIssue> ModLoader.getLoadingIssues()static List<ModLoadingIssue> ModLoader.getLoadingWarnings()Methods in net.neoforged.fml with parameters of type ModLoadingIssueModifier and TypeMethodDescriptionstatic voidModLoader.addLoadingIssue(ModLoadingIssue issue) private voidModLoadingException.appendIssue(ModLoadingIssue issue, StringBuilder result) Constructors in net.neoforged.fml with parameters of type ModLoadingIssueConstructor parameters in net.neoforged.fml with type arguments of type ModLoadingIssue -
Uses of ModLoadingIssue in net.neoforged.fml.i18n
Methods in net.neoforged.fml.i18n with parameters of type ModLoadingIssueModifier and TypeMethodDescriptionprivate static @Nullable PathFMLTranslations.getAffectedPath(ModLoadingIssue issue) private static @Nullable IModInfoFMLTranslations.getModInfo(ModLoadingIssue issue) private static Object[]FMLTranslations.getTranslationArgs(ModLoadingIssue issue) static StringFMLTranslations.translateIssue(ModLoadingIssue issue) static StringFMLTranslations.translateIssueEnglish(ModLoadingIssue issue) -
Uses of ModLoadingIssue in net.neoforged.fml.loading
Fields in net.neoforged.fml.loading with type parameters of type ModLoadingIssueModifier and TypeFieldDescriptionprivate final List<ModLoadingIssue> FMLLoader.DiscoveryResult.discoveryIssuesThe field for thediscoveryIssuesrecord component.private final List<ModLoadingIssue> LoadingModList.modLoadingIssuesMethods in net.neoforged.fml.loading that return types with arguments of type ModLoadingIssueModifier and TypeMethodDescriptionModSorter.DependencyResolutionResult.buildErrorMessages()ModSorter.DependencyResolutionResult.buildWarningMessages()FMLLoader.DiscoveryResult.discoveryIssues()Returns the value of thediscoveryIssuesrecord component.LoadingModList.getModLoadingIssues()Method parameters in net.neoforged.fml.loading with type arguments of type ModLoadingIssueModifier and TypeMethodDescriptionstatic voidImmediateWindowHandler.displayFatalErrorAndExit(List<ModLoadingIssue> issues, @Nullable Path modsFolder, @Nullable Path logFile, @Nullable Path crashReportFile) private voidModSorter.sort(List<ModLoadingIssue> issues) -
Uses of ModLoadingIssue in net.neoforged.fml.loading.moddiscovery
Fields in net.neoforged.fml.loading.moddiscovery with type parameters of type ModLoadingIssueModifier and TypeFieldDescriptionprivate final List<ModLoadingIssue> ModDiscoverer.Result.discoveryIssuesThe field for thediscoveryIssuesrecord component.private final List<ModLoadingIssue> ModDiscoverer.DiscoveryPipeline.issuesMethods in net.neoforged.fml.loading.moddiscovery that return types with arguments of type ModLoadingIssueModifier and TypeMethodDescriptionModDiscoverer.Result.discoveryIssues()Returns the value of thediscoveryIssuesrecord component.Methods in net.neoforged.fml.loading.moddiscovery with parameters of type ModLoadingIssueModifier and TypeMethodDescriptionvoidModDiscoverer.DiscoveryPipeline.addIssue(ModLoadingIssue issue) -
Uses of ModLoadingIssue in net.neoforged.fml.loading.moddiscovery.locators
Methods in net.neoforged.fml.loading.moddiscovery.locators that return ModLoadingIssueModifier and TypeMethodDescriptionprivate ModLoadingIssueJarInJarDependencyLocator.buildExceptionData(net.neoforged.jarjar.selection.JarSelector.ResolutionFailureInformation<IModFile> entry) -
Uses of ModLoadingIssue in net.neoforged.fml.startup
Method parameters in net.neoforged.fml.startup with type arguments of type ModLoadingIssueModifier and TypeMethodDescriptionprivate static voidFatalErrorReporting.collectModLoadingIssues(Throwable t, List<ModLoadingIssue> issues) -
Uses of ModLoadingIssue in net.neoforged.neoforge.client.gui
Fields in net.neoforged.neoforge.client.gui declared as ModLoadingIssueModifier and TypeFieldDescriptionprivate final ModLoadingIssueLoadingErrorScreen.FormattedIssue.issueThe field for theissuerecord component.Methods in net.neoforged.neoforge.client.gui that return ModLoadingIssueModifier and TypeMethodDescriptionLoadingErrorScreen.FormattedIssue.issue()Returns the value of theissuerecord component.Methods in net.neoforged.neoforge.client.gui with parameters of type ModLoadingIssueConstructors in net.neoforged.neoforge.client.gui with parameters of type ModLoadingIssueModifierConstructorDescriptionprivateFormattedIssue(Component text, ModLoadingIssue issue) Creates an instance of aFormattedIssuerecord class.Constructor parameters in net.neoforged.neoforge.client.gui with type arguments of type ModLoadingIssueModifierConstructorDescriptionLoadingErrorScreen(List<ModLoadingIssue> issues, @Nullable File dumpedLocation, Runnable nextScreenTask) -
Uses of ModLoadingIssue in net.neoforged.neoforge.logging
Method parameters in net.neoforged.neoforge.logging with type arguments of type ModLoadingIssueModifier and TypeMethodDescriptionstatic FileCrashReportExtender.dumpModLoadingCrashReport(org.apache.logging.log4j.Logger logger, List<ModLoadingIssue> issues, File topLevelDir) -
Uses of ModLoadingIssue in net.neoforged.neoforgespi
Methods in net.neoforged.neoforgespi with parameters of type ModLoadingIssueModifier and TypeMethodDescriptionvoidIIssueReporting.addIssue(ModLoadingIssue issue) Report an issue to the loader. -
Uses of ModLoadingIssue in net.neoforged.neoforgespi.earlywindow
Method parameters in net.neoforged.neoforgespi.earlywindow with type arguments of type ModLoadingIssueModifier and TypeMethodDescriptionvoidImmediateWindowProvider.displayFatalErrorAndExit(List<ModLoadingIssue> issues, @Nullable Path modsFolder, @Nullable Path logFile, @Nullable Path crashReportFile) This is called when a fatal loading error occurs to show a MC-independent loading error screen and then terminate the game.