Class TestMain

java.lang.Object
com.github.mafelp.minecraft.TestMain

public class TestMain
extends java.lang.Object
Test Class used for INTERNAL TESTING AND DEBUGGING PURPOSES ONLY!!!
  • Constructor Summary

    Constructors
    Constructor Description
    TestMain()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    Main start/debugging entry point of the program run without the plugin.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestMain

      public TestMain()
  • Method Details

    • main

      public static void main​(java.lang.String[] args)
      Main start/debugging entry point of the program run without the plugin. - This is used to debug algorithms
      Parameters:
      args - The arguments parsed into the shell.