getEntitiesBoxInRange

inline fun ClientLevel.getEntitiesBoxInRange(midPos: Vec3, range: Double, crossinline predicate: (Entity) -> Boolean = { true }): MutableList<Entity>