245246247248249250251252253254255
this.logger.fine("Class found as SPAWNABLE. Trying to spawn it now " + c); // // The magic line: spawn it. // final SpawnResult p = spawner.spawnPlugin(c); // In case we were successful ... if (p != null) { // Link the parent class meta information