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
/
RangedValue
/
RangedValue
Ranged
Value
constructor
(
name
:
String
,
aliases
:
List
<
String
>
=
emptyList()
,
defaultValue
:
T
,
range
:
ClosedRange
<
*
>
,
suffix
:
String
,
valueType
:
ValueType
)