Package net.minecraftforge.fml.loading
Class VersionSupportMatrix
java.lang.Object
net.minecraftforge.fml.loading.VersionSupportMatrix
- 
Field SummaryFieldsModifier and TypeFieldDescription
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static voidstatic <T> booleantestVersionSupportMatrix(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- 
VersionSupportMatrixpublic VersionSupportMatrix()
 
- 
- 
Method Details- 
add
- 
testVersionSupportMatrixpublic static <T> boolean testVersionSupportMatrix(org.apache.maven.artifact.versioning.VersionRange declaredRange, String lookupId, String type, BiPredicate<String, org.apache.maven.artifact.versioning.VersionRange> standardLookup) 
 
-