testCollisions abstract method
Test all collidable entities against this entity to see if any have collided. This method returns void; the relevant callback passed to addCollisionComponent will be fired if a collision is detected.
Implementation
Future testCollisions(ThermionEntity entity);