Package net.minecraftforge.userdev
Class LaunchTesting
- java.lang.Object
-
- net.minecraftforge.userdev.LaunchTesting
-
public class LaunchTesting extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LaunchTesting()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.String
getRandomNumbers(int length)
private static void
hackNatives()
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
main(java.lang.String... args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String... args) throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
getRandomNumbers
private static java.lang.String getRandomNumbers(int length)
-
hackNatives
private static void hackNatives()
-
login
private static boolean login(ArgumentList args)
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
-
-