Uses of Record Class
net.neoforged.neoforge.event.ModMismatchEvent.MismatchedVersionInfo
Packages that use ModMismatchEvent.MismatchedVersionInfo
-
Uses of ModMismatchEvent.MismatchedVersionInfo in net.neoforged.neoforge.event
Fields in net.neoforged.neoforge.event declared as ModMismatchEvent.MismatchedVersionInfoModifier and TypeFieldDescriptionprivate final ModMismatchEvent.MismatchedVersionInfo
ModMismatchEvent.MismatchResolutionResult.versionDifference
The field for theversionDifference
record component.Fields in net.neoforged.neoforge.event with type parameters of type ModMismatchEvent.MismatchedVersionInfoModifier and TypeFieldDescriptionprivate final HashMap
<String, ModMismatchEvent.MismatchedVersionInfo> ModMismatchEvent.versionDifferences
A set of previously-known versions that have mismatched with the currently loaded versions.Methods in net.neoforged.neoforge.event that return ModMismatchEvent.MismatchedVersionInfoModifier and TypeMethodDescriptionModMismatchEvent.MismatchResolutionResult.versionDifference()
Returns the value of theversionDifference
record component.Methods in net.neoforged.neoforge.event that return types with arguments of type ModMismatchEvent.MismatchedVersionInfoConstructors in net.neoforged.neoforge.event with parameters of type ModMismatchEvent.MismatchedVersionInfoModifierConstructorDescriptionMismatchResolutionResult
(String modid, ModMismatchEvent.MismatchedVersionInfo versionDifference, @Nullable net.neoforged.fml.ModContainer resolver) Creates an instance of aMismatchResolutionResult
record class.