Class DebugUtils

java.lang.Object
net.minestom.server.utils.debug.DebugUtils

@Internal public final class DebugUtils extends Object
Utils class useful for debugging purpose.
  • Field Details

    • INSIDE_TEST

      public static boolean INSIDE_TEST
  • Constructor Details

    • DebugUtils

      public DebugUtils()
  • Method Details

    • printStackTrace

      public static void printStackTrace()
      Prints the current thread stack trace elements.