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.Severity
ModLoadingIssue.severity
The field for theseverity
record component.Methods in net.neoforged.fml that return ModLoadingIssue.SeverityModifier and TypeMethodDescriptionModLoadingIssue.severity()
Returns the value of theseverity
record component.static ModLoadingIssue.Severity
Returns 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 aModLoadingIssue
record class. -
Uses of ModLoadingIssue.Severity in net.neoforged.neoforgespi.locating
Fields in net.neoforged.neoforgespi.locating declared as ModLoadingIssue.SeverityModifier and TypeFieldDescriptionprivate final ModLoadingIssue.Severity
IncompatibleFileReporting.issueSeverity
Methods in net.neoforged.neoforgespi.locating that return ModLoadingIssue.SeverityConstructors in net.neoforged.neoforgespi.locating with parameters of type ModLoadingIssue.SeverityModifierConstructorDescriptionprivate
IncompatibleFileReporting
(org.slf4j.event.Level logLevel, ModLoadingIssue.Severity issueSeverity)