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.combat.killaura.features
/
CombatTarget
Combat
Target
data
class
CombatTarget
(
val
entity
:
Entity
,
val
distance
:
Double
,
val
range
:
Float
,
val
outOfDistance
:
Boolean
,
val
targetRotation
:
Rotation
,
val
requiredTargetRotation
:
Rotation
,
val
outOfDanger
:
Boolean
)
Members
Constructors
Combat
Target
Link copied to clipboard
constructor
(
entity
:
Entity
,
distance
:
Double
,
range
:
Float
,
outOfDistance
:
Boolean
,
targetRotation
:
Rotation
,
requiredTargetRotation
:
Rotation
,
outOfDanger
:
Boolean
)
Properties
distance
Link copied to clipboard
val
distance
:
Double
entity
Link copied to clipboard
val
entity
:
Entity
out
Of
Danger
Link copied to clipboard
val
outOfDanger
:
Boolean
out
Of
Distance
Link copied to clipboard
val
outOfDistance
:
Boolean
range
Link copied to clipboard
val
range
:
Float
required
Target
Rotation
Link copied to clipboard
val
requiredTargetRotation
:
Rotation
target
Rotation
Link copied to clipboard
val
targetRotation
:
Rotation