in trying to create a radius at an offset from the actor (name= Ship) but it says "noinstance of type variable <A> exist so that java.util.list<A> conforms to java.lang.Class<?>" and i cant figure out whats wrong.
getWorld().removeObjects(getOneObjectAtOffset(0,0, getObjectsInRange(80, Enemy1.class)));
