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.math
/
set
set
inline
fun
BlockPos.MutableBlockPos
.
set
(
pos
:
Position
)
:
BlockPos.MutableBlockPos
inline
fun
Vector3f
.
set
(
vec3d
:
Vec3
)
:
Vector3f
fun
Vec3
.
set
(
x
:
Double
=
this.x
,
y
:
Double
=
this.y
,
z
:
Double
=
this.z
)
:
Vec3
fun
Vec3
.
set
(
other
:
Vec3
)
:
Vec3