Main initialization method. Use this when initializing Yggdrasil manually.
Method should not be used in conjunction with Delegated-Main-Class in Manifest as that may lead to a never ending loop of initializations.
If method is used directly instead of through Main-Class args is not used.
Standard main method. If manifest contains Delegated-Main-Class, the designated Class will be loaded after
Yggdrasil initialization and args passed to it.