Uses of Enum Class
net.neoforged.fml.ModLoadingIssue.Severity
Packages that use ModLoadingIssue.Severity
-
Uses of ModLoadingIssue.Severity in net.neoforged.fml
Fields in net.neoforged.fml declared as ModLoadingIssue.SeverityModifier and TypeFieldDescriptionprivate final ModLoadingIssue.SeverityModLoadingIssue.severityThe field for theseverityrecord component.Methods in net.neoforged.fml that return ModLoadingIssue.SeverityModifier and TypeMethodDescriptionModLoadingIssue.severity()Returns the value of theseverityrecord component.static ModLoadingIssue.SeverityReturns the enum constant of this class with the specified name.static ModLoadingIssue.Severity[]ModLoadingIssue.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.neoforged.fml with parameters of type ModLoadingIssue.SeverityModifier and TypeMethodDescriptionModLoadingIssue.withSeverity(ModLoadingIssue.Severity severity) Constructors in net.neoforged.fml with parameters of type ModLoadingIssue.SeverityModifierConstructorDescriptionModLoadingIssue(ModLoadingIssue.Severity severity, String translationKey, List<Object> translationArgs) ModLoadingIssue(ModLoadingIssue.Severity severity, String translationKey, List<Object> translationArgs, @Nullable Throwable cause, @Nullable Path affectedPath, @Nullable IModFile affectedModFile, @Nullable IModInfo affectedMod) Creates an instance of aModLoadingIssuerecord class. -
Uses of ModLoadingIssue.Severity in net.neoforged.neoforgespi.locating
Fields in net.neoforged.neoforgespi.locating declared as ModLoadingIssue.SeverityModifier and TypeFieldDescriptionprivate final ModLoadingIssue.SeverityIncompatibleFileReporting.issueSeverityMethods in net.neoforged.neoforgespi.locating that return ModLoadingIssue.SeverityConstructors in net.neoforged.neoforgespi.locating with parameters of type ModLoadingIssue.SeverityModifierConstructorDescriptionprivateIncompatibleFileReporting(org.slf4j.event.Level logLevel, ModLoadingIssue.Severity issueSeverity)