So I have a problem with methods like removeObjects() or getObjects(). They just don't work and I don't know why.
  public void nuke()
    {
     getWorld().removeObjects().getObjects(Bacteria.class); 
    }
          
        
  

