getEntitiesInCuboid

fun ClientLevel.getEntitiesInCuboid(midPos: Vec3, range: Double, predicate: Predicate<Entity> = Predicate { true }): MutableList<Entity>