Package net.minecraft.server.function
Interface Tracer
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
DebugCommand.Tracer
A tree-visitor-like tracer, useful for gaining insights on function execution.
- Mappings:
Namespace Name official gr
intermediary net/minecraft/class_6346
named net/minecraft/server/function/Tracer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
traceCommandEnd
(int depth, String command, int result) void
traceCommandStart
(int depth, String command) void
traceError
(String message) void
traceFunctionCall
(int depth, Identifier function, int size)
-
Method Details
-
traceCommandStart
- Mappings:
Namespace Name Mixin selector official a
Lgr;a(ILjava/lang/String;)V
intermediary method_36349
Lnet/minecraft/class_6346;method_36349(ILjava/lang/String;)V
named traceCommandStart
Lnet/minecraft/server/function/Tracer;traceCommandStart(ILjava/lang/String;)V
-
traceCommandEnd
- Mappings:
Namespace Name Mixin selector official a
Lgr;a(ILjava/lang/String;I)V
intermediary method_36350
Lnet/minecraft/class_6346;method_36350(ILjava/lang/String;I)V
named traceCommandEnd
Lnet/minecraft/server/function/Tracer;traceCommandEnd(ILjava/lang/String;I)V
-
traceError
- Mappings:
Namespace Name Mixin selector official a
Lgr;a(Ljava/lang/String;)V
intermediary method_36352
Lnet/minecraft/class_6346;method_36352(Ljava/lang/String;)V
named traceError
Lnet/minecraft/server/function/Tracer;traceError(Ljava/lang/String;)V
-
traceFunctionCall
- Mappings:
Namespace Name Mixin selector official a
Lgr;a(ILahg;I)V
intermediary method_36351
Lnet/minecraft/class_6346;method_36351(ILnet/minecraft/class_2960;I)V
named traceFunctionCall
Lnet/minecraft/server/function/Tracer;traceFunctionCall(ILnet/minecraft/util/Identifier;I)V
-
close
void close()- Specified by:
close
in interfaceAutoCloseable
-