kennycason
val collided = collisionChecker.getClosetAround(this) // returns an optional “closest collided cell" if (collided != null) { // a lot of stuff happens here, not just simple chained calls }