LiquidBounce
Toggle table of contents
0.39.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.integration.theme
/
Theme
/
ComponentCatalogEntry
Component
Catalog
Entry
data
class
ComponentCatalogEntry
(
val
name
:
String
,
val
description
:
String
,
val
id
:
String
,
val
singleton
:
Boolean
,
val
canAdd
:
Boolean
)
Members
Constructors
Component
Catalog
Entry
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
id
:
String
,
singleton
:
Boolean
,
canAdd
:
Boolean
)
Properties
can
Add
Link copied to clipboard
val
canAdd
:
Boolean
description
Link copied to clipboard
val
description
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
singleton
Link copied to clipboard
val
singleton
:
Boolean