6061626364656667686970
private void BuildClass(String item, String filename) throws IOException { switch (ClassNames.valueOf(item)) { case Doors: world.doors = new Doors(filename, world); break; case Characters: world.characters = new Characters(filename,world); break;