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
/
CurveValue
/
Axis
Axis
@
JvmRecord
data
class
Axis
(
val
label
:
String
,
val
range
:
ClosedFloatingPointRange
<
Float
>
)
:
Record
Members
Constructors
Axis
Link copied to clipboard
constructor
(
label
:
String
,
range
:
ClosedFloatingPointRange
<
Float
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
label
Link copied to clipboard
val
label
:
String
range
Link copied to clipboard
val
range
:
ClosedFloatingPointRange
<
Float
>