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.utils.aiming.data
Package-level
declarations
Types
Types
Rotation
Link copied to clipboard
@
JvmRecord
data
class
Rotation
@
JvmOverloads
constructor
(
val
yaw
:
Float
,
val
pitch
:
Float
,
val
isNormalized
:
Boolean
=
false
)
:
Record
Rotation
Delta
Link copied to clipboard
@
JvmRecord
data
class
RotationDelta
(
val
deltaYaw
:
Float
,
val
deltaPitch
:
Float
)
:
Record
Rotation
With
Vector
Link copied to clipboard
@
JvmRecord
data
class
RotationWithVector
(
val
rotation
:
Rotation
,
val
vec
:
Vec3
)
:
Record