I am new to coding and i dont know why my bullet wont remove the other obejct
public void entferneRitter()
{
if (isTouching(Player.class))
{
removeTouching(Player.class);
}
}