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.entity
/
SimulatedArrow
Simulated
Arrow
class
SimulatedArrow
(
val
level
:
Level
,
var
pos
:
Vec3
,
var
velocity
:
Vec3
,
collideEntities
:
Boolean
=
true
)
Members
Constructors
Simulated
Arrow
Link copied to clipboard
constructor
(
level
:
Level
,
pos
:
Vec3
,
velocity
:
Vec3
,
collideEntities
:
Boolean
=
true
)
Properties
in
Ground
Link copied to clipboard
var
inGround
:
Boolean
level
Link copied to clipboard
val
level
:
Level
pos
Link copied to clipboard
var
pos
:
Vec3
velocity
Link copied to clipboard
var
velocity
:
Vec3
Functions
tick
Link copied to clipboard
fun
tick
(
)
:
HitResult
?