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.issues
private static final List
<ModLoadingIssue> ModLoader.loadingIssues
Methods in net.neoforged.fml that return ModLoadingIssueModifier and TypeMethodDescriptionstatic ModLoadingIssue
static ModLoadingIssue
ModLoadingIssue.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 void
ModLoader.addLoadingIssue
(ModLoadingIssue issue) private void
ModLoadingException.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 Path
FMLTranslations.getAffectedPath
(ModLoadingIssue issue) private static @Nullable IModInfo
FMLTranslations.getModInfo
(ModLoadingIssue issue) private static Object[]
FMLTranslations.getTranslationArgs
(ModLoadingIssue issue) static String
FMLTranslations.translateIssue
(ModLoadingIssue issue) static String
FMLTranslations.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> LoadingModList.modLoadingIssues
Methods in net.neoforged.fml.loading that return types with arguments of type ModLoadingIssueModifier and TypeMethodDescriptionModSorter.DependencyResolutionResult.buildErrorMessages()
ModSorter.DependencyResolutionResult.buildWarningMessages()
LoadingModList.getModLoadingIssues()
Method parameters in net.neoforged.fml.loading with type arguments of type ModLoadingIssue -
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.DiscoveryPipeline.issues
private final List
<ModLoadingIssue> ModValidator.issues
Methods in net.neoforged.fml.loading.moddiscovery with parameters of type ModLoadingIssueModifier and TypeMethodDescriptionvoid
ModDiscoverer.DiscoveryPipeline.addIssue
(ModLoadingIssue issue) Constructor parameters in net.neoforged.fml.loading.moddiscovery with type arguments of type ModLoadingIssueModifierConstructorDescriptionModValidator
(Map<IModFile.Type, List<ModFile>> modFiles, List<ModLoadingIssue> issues) -
Uses of ModLoadingIssue in net.neoforged.fml.loading.moddiscovery.locators
Methods in net.neoforged.fml.loading.moddiscovery.locators that return ModLoadingIssueModifier and TypeMethodDescriptionprivate ModLoadingIssue
JarInJarDependencyLocator.buildExceptionData
(net.neoforged.jarjar.selection.JarSelector.ResolutionFailureInformation<IModFile> entry) -
Uses of ModLoadingIssue in net.neoforged.neoforge.client.gui
Fields in net.neoforged.neoforge.client.gui declared as ModLoadingIssueModifier and TypeFieldDescriptionprivate final ModLoadingIssue
LoadingErrorScreen.FormattedIssue.issue
The field for theissue
record component.Methods in net.neoforged.neoforge.client.gui that return ModLoadingIssueModifier and TypeMethodDescriptionLoadingErrorScreen.FormattedIssue.issue()
Returns the value of theissue
record component.Methods in net.neoforged.neoforge.client.gui with parameters of type ModLoadingIssueConstructors in net.neoforged.neoforge.client.gui with parameters of type ModLoadingIssueModifierConstructorDescriptionprivate
FormattedIssue
(Component text, ModLoadingIssue issue) Creates an instance of aFormattedIssue
record 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 File
CrashReportExtender.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 TypeMethodDescriptionvoid
IIssueReporting.addIssue
(ModLoadingIssue issue) Report an issue to the loader.