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.world.stronghold
/
EyeMeasurement
Eye
Measurement
@
JvmRecord
data
class
EyeMeasurement
(
val
throwPos
:
Vec3
,
val
angleDeg
:
Float
,
val
tick
:
Int
)
:
Record
Members
Constructors
Eye
Measurement
Link copied to clipboard
constructor
(
throwPos
:
Vec3
,
angleDeg
:
Float
,
tick
:
Int
)
constructor
(
throwX
:
Double
,
throwY
:
Double
,
throwZ
:
Double
,
angleDeg
:
Float
,
tick
:
Int
)
Properties
angle
Deg
Link copied to clipboard
val
angleDeg
:
Float
throw
Pos
Link copied to clipboard
val
throwPos
:
Vec3
tick
Link copied to clipboard
val
tick
:
Int