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.deeplearn.data
Package-level
declarations
Types
Types
Combat
Sample
Link copied to clipboard
@
JvmRecord
data
class
CombatSample
(
val
currentVector
:
Vec3
,
val
previousVector
:
Vec3
,
val
targetVector
:
Vec3
,
val
velocityDelta
:
Vec2
,
val
playerDiff
:
Vec3
,
val
targetDiff
:
Vec3
,
val
distance
:
Float
,
val
hurtTime
:
Int
,
val
age
:
Int
)
:
Record