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.combat
/
getEntitiesBoxInRange
get
Entities
Box
In
Range
inline
fun
ClientLevel
.
getEntitiesBoxInRange
(
midPos
:
Vec3
,
range
:
Double
,
crossinline
predicate
:
(
Entity
)
->
Boolean
=
{ true }
)
:
MutableList
<
Entity
>