Package net.minecraft.server.function
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 adr$c
intermediary net/minecraft/class_2991$class_6346
named net/minecraft/server/function/CommandFunctionManager$Tracer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
traceCommandEnd
(int depth, String command, int result) void
traceCommandStart
(int depth, String command) void
traceError
(int depth, String message) void
traceFunctionCall
(int depth, Identifier function, int size)
-
Method Details
-
traceCommandStart
- Mappings:
Namespace Name Mixin selector official a
Ladr$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
- Mappings:
Namespace Name Mixin selector official a
Ladr$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
- Mappings:
Namespace Name Mixin selector official b
Ladr$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
- Mappings:
Namespace Name Mixin selector official a
Ladr$c;a(ILadd;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
-