can someone provide the code pls
//Inside bullet class if(isAtEdge())//checks whether the bullet is touching the edge of the world getWorld().removeObject(this); if(isTouching(Enemy.class))//checks whether it collided with other class or not getWorld().removeObject(this);