Package net.minestom.server.utils.debug
Class DebugUtils
java.lang.Object
net.minestom.server.utils.debug.DebugUtils
Utils class useful for debugging purpose.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Prints the current thread stack trace elements.
-
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.
-