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.config.types.group
/
ValueGroup
/
ValueGroup
Value
Group
constructor
(
name
:
String
,
value
:
MutableCollection
<
Value
<
*
>
>
=
mutableListOf()
,
valueType
:
ValueType
=
ValueType.CONFIGURABLE
,
independentDescription
:
Boolean
=
false
,
aliases
:
List
<
String
>
=
emptyList()
)