Interface TraceCallbacks

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

public interface TraceCallbacks extends AutoCloseable
  • Method Details

    • onCommand

      void onCommand(int pDepth, String pCommand)
    • onReturn

      void onReturn(int pDepth, String pCommand, int pReturnValue)
    • onError

      void onError(String pErrorMessage)
    • onCall

      void onCall(int pDepth, ResourceLocation pFunction, int pCommands)
    • close

      void close()
      Specified by:
      close in interface AutoCloseable