-Actual class : Actual.class
-Instantiate World (X) who has a method to call the the constructor of another world (Y) when key is pressed
-If I am in a class exterior (Actual class) to those worlds (X,Y), is there any way to return the class name of the second world (Y) without instantiate it in Actual.class ?
