BetterHud
Toggle table of contents
1.12.2-SNAPSHOT-407
dist
Platform filter
dist
Switch theme
Search in API
BetterHud
BetterHud/dist
/
kr.toxicity.hud.pack
/
PackMeta
/
Pack
Pack
data
class
Pack
(
val
packFormat
:
Int
,
val
description
:
String
,
val
supportedFormats
:
PackMeta.VersionRange
?
)
Members
Constructors
Pack
Link copied to clipboard
constructor
(
packFormat
:
Int
,
description
:
String
,
supportedFormats
:
PackMeta.VersionRange
?
)
Properties
description
Link copied to clipboard
val
description
:
String
pack
Format
Link copied to clipboard
@
SerializedName
(
value
=
"pack_format"
)
val
packFormat
:
Int
supported
Formats
Link copied to clipboard
@
SerializedName
(
value
=
"supported_formats"
)
val
supportedFormats
:
PackMeta.VersionRange
?
Functions
plus
Link copied to clipboard
operator
fun
plus
(
other
:
PackMeta.Pack
)
:
PackMeta.Pack