Class LaunchTesting

java.lang.Object
net.minecraftforge.userdev.LaunchTesting

public class LaunchTesting extends Object
  • Constructor Details

    • LaunchTesting

      public LaunchTesting()
  • Method Details

    • main

      public static void main(String... args) throws InterruptedException
      Throws:
      InterruptedException
    • getRandomNumbers

      private static 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