Describes a restriction in versioning.
- Author
- Brett Porter
cpw.mods.fml.common.versioning.Restriction.Restriction |
( |
ArtifactVersion |
lowerBound, |
|
|
boolean |
lowerBoundInclusive, |
|
|
ArtifactVersion |
upperBound, |
|
|
boolean |
upperBoundInclusive |
|
) |
| |
boolean cpw.mods.fml.common.versioning.Restriction.containsVersion |
( |
ArtifactVersion |
version) | |
|
boolean cpw.mods.fml.common.versioning.Restriction.equals |
( |
Object |
other) | |
|
ArtifactVersion cpw.mods.fml.common.versioning.Restriction.getLowerBound |
( |
) | |
|
ArtifactVersion cpw.mods.fml.common.versioning.Restriction.getUpperBound |
( |
) | |
|
int cpw.mods.fml.common.versioning.Restriction.hashCode |
( |
) | |
|
boolean cpw.mods.fml.common.versioning.Restriction.isLowerBoundInclusive |
( |
) | |
|
boolean cpw.mods.fml.common.versioning.Restriction.isUpperBoundInclusive |
( |
) | |
|
String cpw.mods.fml.common.versioning.Restriction.toString |
( |
) | |
|
final Restriction cpw.mods.fml.common.versioning.Restriction.EVERYTHING = new Restriction( null, false, null, false ) |
|
static |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/cpw/mods/fml/common/versioning/Restriction.java