BetterHud
Toggle table of contents
1.14.0-SNAPSHOT-438
dist
Platform filter
dist
Switch theme
Search in API
BetterHud
BetterHud/dist
/
kr.toxicity.hud.pack
/
PackMeta
/
VersionFormat
Version
Format
data
class
VersionFormat
(
val
major
:
Int
,
val
minor
:
Int
)
:
Comparable
<
PackMeta.VersionFormat
>
Members
Members & Extensions
Constructors
Version
Format
Link copied to clipboard
constructor
(
major
:
Int
)
constructor
(
major
:
Int
,
minor
:
Int
)
Properties
major
Link copied to clipboard
val
major
:
Int
minor
Link copied to clipboard
val
minor
:
Int
Functions
as
Json
Link copied to clipboard
fun
asJson
(
)
:
JsonPrimitive
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
PackMeta.VersionFormat
)
:
Int
max
Link copied to clipboard
infix
fun
max
(
other
:
PackMeta.VersionFormat
)
:
PackMeta.VersionFormat
min
Link copied to clipboard
infix
fun
min
(
other
:
PackMeta.VersionFormat
)
:
PackMeta.VersionFormat
or
Link copied to clipboard
fun
PackMeta.VersionFormat
?
.
or
(
int
:
Int
)
:
PackMeta.VersionFormat