Package | Description |
---|---|
net.minecraftforge.fml.common.versioning |
Modifier and Type | Field and Description |
---|---|
static Restriction |
Restriction.EVERYTHING |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Restriction> |
VersionRange.restrictions |
Modifier and Type | Method and Description |
---|---|
private static Restriction |
VersionRange.parseRestriction(java.lang.String spec) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Restriction> |
VersionRange.getRestrictions() |
private java.util.List<Restriction> |
VersionRange.intersection(java.util.List<Restriction> r1,
java.util.List<Restriction> r2) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<Restriction> |
VersionRange.intersection(java.util.List<Restriction> r1,
java.util.List<Restriction> r2) |
private java.util.List<Restriction> |
VersionRange.intersection(java.util.List<Restriction> r1,
java.util.List<Restriction> r2) |
static VersionRange |
VersionRange.newRange(ArtifactVersion version,
java.util.List<Restriction> restrictions)
Factory method, for custom versioning schemes
|
Constructor and Description |
---|
VersionRange(ArtifactVersion recommendedVersion,
java.util.List<Restriction> restrictions) |