Package net.minecraftforge.userdev
Class LaunchTesting
java.lang.Object
net.minecraftforge.userdev.LaunchTesting
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static String
getRandomNumbers
(int length) private static void
private static boolean
login
(ArgumentList args) Basic implementation of Mojang's 'Yggdrasil' login system, purely intended as a dev time bare bones login.static void
-
Constructor Details
-
LaunchTesting
public LaunchTesting()
-
-
Method Details
-
main
- Throws:
InterruptedException
-
getRandomNumbers
-
hackNatives
private static void hackNatives() -
login
Basic implementation of Mojang's 'Yggdrasil' login system, purely intended as a dev time bare bones login. Login errors are not handled. Do not use this unless you know what you are doing and must use it to debug things REQUIRING authentication. Forge is not responsible for any auth information passed in, saved to logs, run configs, etc... BE CAREFUL WITH YOUR LOGIN INFO
-