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.features.module.modules.movement.autododge
/
ModuleAutoDodge
/
HitInfo
Hit
Info
data
class
HitInfo
(
val
tickDelta
:
Int
,
val
arrowEntity
:
Entity
,
val
hitPos
:
Vec3
,
val
prevArrowPos
:
Vec3
,
val
arrowVelocity
:
Vec3
)
Members
Constructors
Hit
Info
Link copied to clipboard
constructor
(
tickDelta
:
Int
,
arrowEntity
:
Entity
,
hitPos
:
Vec3
,
prevArrowPos
:
Vec3
,
arrowVelocity
:
Vec3
)
Properties
arrow
Entity
Link copied to clipboard
val
arrowEntity
:
Entity
arrow
Velocity
Link copied to clipboard
val
arrowVelocity
:
Vec3
hit
Pos
Link copied to clipboard
val
hitPos
:
Vec3
prev
Arrow
Pos
Link copied to clipboard
val
prevArrowPos
:
Vec3
tick
Delta
Link copied to clipboard
val
tickDelta
:
Int