Package net.minecraftforge.fml.loading
Class VersionSupportMatrix
java.lang.Object
net.minecraftforge.fml.loading.VersionSupportMatrix
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
static <T> boolean
testVersionSupportMatrix
(org.apache.maven.artifact.versioning.VersionRange declaredRange, String lookupId, String type, BiPredicate<String, org.apache.maven.artifact.versioning.VersionRange> standardLookup)
-
Field Details
-
overrideVersions
-
-
Constructor Details
-
VersionSupportMatrix
public VersionSupportMatrix()
-
-
Method Details
-
add
-
testVersionSupportMatrix
public static <T> boolean testVersionSupportMatrix(org.apache.maven.artifact.versioning.VersionRange declaredRange, String lookupId, String type, BiPredicate<String, org.apache.maven.artifact.versioning.VersionRange> standardLookup)
-