Interface CommandFunctionManager.Tracer

All Known Implementing Classes:
DebugCommand.Tracer
Enclosing class:
CommandFunctionManager

public static interface CommandFunctionManager.Tracer
A tree-visitor-like tracer, useful for gaining insights on function execution.
Mappings:
Namespace Name
official act$c
intermediary net/minecraft/class_2991$class_6346
named net/minecraft/server/function/CommandFunctionManager$Tracer
  • Method Details

    • traceCommandStart

      void traceCommandStart(int depth, String command)
      Mappings:
      Namespace Name Mixin selector
      official a Lact$c;a(ILjava/lang/String;)V
      intermediary method_36349 Lnet/minecraft/class_2991$class_6346;method_36349(ILjava/lang/String;)V
      named traceCommandStart Lnet/minecraft/server/function/CommandFunctionManager$Tracer;traceCommandStart(ILjava/lang/String;)V
    • traceCommandEnd

      void traceCommandEnd(int depth, String command, int result)
      Mappings:
      Namespace Name Mixin selector
      official a Lact$c;a(ILjava/lang/String;I)V
      intermediary method_36350 Lnet/minecraft/class_2991$class_6346;method_36350(ILjava/lang/String;I)V
      named traceCommandEnd Lnet/minecraft/server/function/CommandFunctionManager$Tracer;traceCommandEnd(ILjava/lang/String;I)V
    • traceError

      void traceError(int depth, String message)
      Mappings:
      Namespace Name Mixin selector
      official b Lact$c;b(ILjava/lang/String;)V
      intermediary method_36352 Lnet/minecraft/class_2991$class_6346;method_36352(ILjava/lang/String;)V
      named traceError Lnet/minecraft/server/function/CommandFunctionManager$Tracer;traceError(ILjava/lang/String;)V
    • traceFunctionCall

      void traceFunctionCall(int depth, Identifier function, int size)
      Mappings:
      Namespace Name Mixin selector
      official a Lact$c;a(ILacf;I)V
      intermediary method_36351 Lnet/minecraft/class_2991$class_6346;method_36351(ILnet/minecraft/class_2960;I)V
      named traceFunctionCall Lnet/minecraft/server/function/CommandFunctionManager$Tracer;traceFunctionCall(ILnet/minecraft/util/Identifier;I)V