Uses of Record Class
net.neoforged.neoforge.event.ModMismatchEvent.MismatchedVersionInfo
-
Uses of ModMismatchEvent.MismatchedVersionInfo in net.neoforged.neoforge.event
Modifier and TypeFieldDescriptionprivate final ModMismatchEvent.MismatchedVersionInfo
ModMismatchEvent.MismatchResolutionResult.versionDifference
The field for theversionDifference
record component.Modifier and TypeFieldDescriptionprivate final HashMap
<String, ModMismatchEvent.MismatchedVersionInfo> ModMismatchEvent.versionDifferences
A set of previously-known versions that have mismatched with the currently loaded versions.Modifier and TypeMethodDescriptionModMismatchEvent.MismatchResolutionResult.versionDifference()
Returns the value of theversionDifference
record component.ModifierConstructorDescriptionMismatchResolutionResult
(String modid, ModMismatchEvent.MismatchedVersionInfo versionDifference, @Nullable net.neoforged.fml.ModContainer resolver) Creates an instance of aMismatchResolutionResult
record class.