|
Quilt Loader 1
|
A string version, sorted with String#compareTo(String).
More...
Additional Inherited Members | |
| Public Member Functions inherited from org.quiltmc.loader.api.Version | |
| String | raw () |
| default boolean | isSemantic () |
| default Semantic | semantic () |
| int | compareTo (Version other) |
If both this and the given version are semantic versions then this compares with the behaviour of Semantic#compareTo(Semantic). | |
| Static Public Member Functions inherited from org.quiltmc.loader.api.Version | |
| static Version | of (String raw) |
| Static Public Attributes inherited from org.quiltmc.loader.api.Version | |
| static Comparator< Version > | COMPARATOR = Version::compareTo |
Calls Version#compareTo(Version): this doesn't accept nulls. | |
A string version, sorted with String#compareTo(String).