LiquidBounce
Toggle table of contents
0.38.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.utils.world
/
getEntitiesInCuboid
get
Entities
In
Cuboid
fun
EntityGetter
.
getEntitiesInCuboid
(
midPos
:
Vec3
,
range
:
Double
,
exclusion
:
Entity
?
=
null
,
predicate
:
Predicate
<
Entity
>
=
Predicates.alwaysTrue()
)
:
MutableList
<
Entity
>