Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.mod
/
SemVer
Sem
Ver
data
class
SemVer
(
val
major
:
Int
,
val
minor
:
Int
,
val
patch
:
Int
)
:
Comparable
<
SemVer
>
Semantic version representation for mod metadata.
Members
Constructors
Sem
Ver
Link copied to clipboard
constructor
(
major
:
Int
,
minor
:
Int
,
patch
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
major
Link copied to clipboard
val
major
:
Int
minor
Link copied to clipboard
val
minor
:
Int
patch
Link copied to clipboard
val
patch
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
SemVer
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String