Interface TraceCallbacks

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
DebugCommand.Tracer

public interface TraceCallbacks extends AutoCloseable
  • Method Details

    • onCommand

      void onCommand(int depth, String command)
    • onReturn

      void onReturn(int depth, String command, int returnValue)
    • onError

      void onError(String errorMessage)
    • onCall

      void onCall(int depth, ResourceLocation function, int commands)
    • close

      void close()
      Specified by:
      close in interface AutoCloseable