Package net.minecraft.server.function
Interface CommandFunctionManager.Tracer
- All Known Implementing Classes:
DebugCommand.Tracer
- Enclosing class:
- CommandFunctionManager
public static interface CommandFunctionManager.Tracer
- Mappings:
Namespace Name official xi$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
Lxi$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
Lxi$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
Lxi$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
Lxi$c;a(ILww;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
-