Class Bootstrap

java.lang.Object
net.minestom.server.Bootstrap

public final class Bootstrap
extends java.lang.Object
Used to launch Minestom with the MinestomOverwriteClassLoader to allow for self-modifications
  • Constructor Summary

    Constructors 
    Constructor Description
    Bootstrap()  
  • Method Summary

    Modifier and Type Method Description
    static void bootstrap​(java.lang.String mainClassFullName, java.lang.String[] args)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • bootstrap

      public static void bootstrap​(java.lang.String mainClassFullName, java.lang.String[] args)