public interface GGTileCollisionListener
extends java.util.EventListener
int collide(Actor actor, Location location)
actor
- the active actor the checks his collision candidates for possible collisionslocation
- the location of the colliding tile in the tile map
(indices: 0..nbHorzTiles-1, 0..nbVertTiles-1)