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
Package-level
declarations
Types
Types
Background
Link copied to clipboard
@
JvmRecord
data
class
Background
(
val
name
:
String
,
val
types
:
Set
<
String
>
)
:
Record
Theme
Link copied to clipboard
class
Theme
:
BaseApi
,
Closeable
,
ResourceManagerReloadListener
A web-based theme loaded from the provided URL.
Theme
Background
Link copied to clipboard
sealed
interface
ThemeBackground
:
Closeable
Theme
Manager
Link copied to clipboard
object
ThemeManager
:
Config
Theme
Metadata
Link copied to clipboard
@
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