This is probably an easy question but i have no idea how to check whether an actor is in the world or not?
if (!getObjects(SubActorClassName.class).isEmpty())
if(!getWorld().getObjects(SubActorClassName.class).isEmpty())
if (actorName.getWorld() != null)