LiquidBounce
Toggle table of contents
0.40.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.utils.kotlin
/
IntFloatValuePair
Int
Float
Value
Pair
@
JvmInline
value
class
IntFloatValuePair
(
val
bits
:
Long
)
Members
Constructors
Int
Float
Value
Pair
Link copied to clipboard
constructor
(
bits
:
Long
)
constructor
(
left
:
Int
,
right
:
Float
)
Properties
bits
Link copied to clipboard
@
JvmField
val
bits
:
Long
left
Link copied to clipboard
val
left
:
Int
right
Link copied to clipboard
val
right
:
Float
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
Int
component2
Link copied to clipboard
operator
fun
component2
(
)
:
Float