|
| enum | Type |
| | Represents a type of version constraint. More...
|
- Deprecated
- Since
VersionInterval and VersionRange expose the same information but in a more useful way.
◆ equals()
| boolean org.quiltmc.loader.api.VersionConstraint.equals |
( |
Object | o | ) |
|
Checks if this version constraint matches another version constraint.
- Parameters
-
| o | the other version constraint |
- Returns
- true if the version constraints match, false if the constraints do not match or the object is not a version constraint
Implemented in org.quiltmc.loader.impl.metadata.qmj.VersionConstraintImpl.
◆ matches()
| boolean org.quiltmc.loader.api.VersionConstraint.matches |
( |
Version | version | ) |
|
◆ toString()
| String org.quiltmc.loader.api.VersionConstraint.toString |
( |
| ) |
|
◆ type()
| Type org.quiltmc.loader.api.VersionConstraint.type |
( |
| ) |
|
◆ version()
| String org.quiltmc.loader.api.VersionConstraint.version |
( |
| ) |
|
The documentation for this interface was generated from the following file:
- src/main/java/org/quiltmc/loader/api/VersionConstraint.java