Uses of Record Class
net.minecraftforge.fml.loading.JarVersionLookupHandler.Version
Packages that use JarVersionLookupHandler.Version
-
Uses of JarVersionLookupHandler.Version in net.minecraftforge.fml.loading
Fields in net.minecraftforge.fml.loading declared as JarVersionLookupHandler.VersionModifier and TypeFieldDescriptionprivate final JarVersionLookupHandler.Version
JarVersionLookupHandler.Info.impl
The field for theimpl
record component.private final JarVersionLookupHandler.Version
JarVersionLookupHandler.Info.spec
The field for thespec
record component.Methods in net.minecraftforge.fml.loading that return JarVersionLookupHandler.VersionModifier and TypeMethodDescriptionJarVersionLookupHandler.Info.impl()
Returns the value of theimpl
record component.JarVersionLookupHandler.Info.spec()
Returns the value of thespec
record component.Constructors in net.minecraftforge.fml.loading with parameters of type JarVersionLookupHandler.VersionModifierConstructorDescriptionCreates an instance of aInfo
record class.