LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.integration.theme
/
ThemeMetadata
Theme
Metadata
@
JvmRecord
data
class
ThemeMetadata
(
val
id
:
String
,
val
name
:
String
,
val
version
:
String
,
val
authors
:
List
<
String
>
,
val
screens
:
List
<
String
>
,
val
overlays
:
List
<
String
>
,
val
components
:
List
<
String
>
,
val
fonts
:
List
<
String
>
,
val
backgrounds
:
List
<
Background
>
,
val
values
:
List
<
JsonObject
>
?
=
null
)
:
Record
Members
Constructors
Theme
Metadata
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
version
:
String
,
authors
:
List
<
String
>
,
screens
:
List
<
String
>
,
overlays
:
List
<
String
>
,
components
:
List
<
String
>
,
fonts
:
List
<
String
>
,
backgrounds
:
List
<
Background
>
,
values
:
List
<
JsonObject
>
?
=
null
)
Properties
authors
Link copied to clipboard
val
authors
:
List
<
String
>
backgrounds
Link copied to clipboard
val
backgrounds
:
List
<
Background
>
components
Link copied to clipboard
val
components
:
List
<
String
>
fonts
Link copied to clipboard
val
fonts
:
List
<
String
>
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
overlays
Link copied to clipboard
val
overlays
:
List
<
String
>
screens
Link copied to clipboard
val
screens
:
List
<
String
>
values
Link copied to clipboard
val
values
:
List
<
JsonObject
>
?
version
Link copied to clipboard
val
version
:
String
Functions
check
Not
Null
Link copied to clipboard
fun
checkNotNull
(
)