BetterHud
Toggle table of contents
1.12.1
dist
Platform filter
dist
Switch theme
Search in API
BetterHud
BetterHud/dist
/
kr.toxicity.hud.pack
/
PackMeta
/
VersionRange
Version
Range
data
class
VersionRange
(
val
min
:
Int
,
val
max
:
Int
)
Members
Constructors
Version
Range
Link copied to clipboard
constructor
(
min
:
Int
,
max
:
Int
)
Properties
max
Link copied to clipboard
@
SerializedName
(
value
=
"max_inclusive"
)
val
max
:
Int
min
Link copied to clipboard
@
SerializedName
(
value
=
"min_inclusive"
)
val
min
:
Int
Functions
min
Link copied to clipboard
infix
fun
min
(
other
:
PackMeta.VersionRange
?
)
:
PackMeta.VersionRange