Package net.minecraft.server.command
Class DebugCommand.Tracer
java.lang.Object
net.minecraft.server.command.DebugCommand.Tracer
- All Implemented Interfaces:
- AutoCloseable,- CommandOutput,- Tracer
- Enclosing class:
- DebugCommand
- Mappings:
- Namespace - Name - named - net/minecraft/server/command/DebugCommand$Tracer- intermediary - net/minecraft/class_3032$class_6347- official - amp$b
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate booleanprivate intstatic final intprivate final PrintWriterFields inherited from interface net.minecraft.server.command.CommandOutputDUMMY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidclose()voidsendMessage(Text message) Sends a system message.booleanbooleanbooleanvoidtraceCommandEnd(int depth, String command, int result) voidtraceCommandStart(int depth, String command) voidtraceError(String message) voidtraceFunctionCall(int depth, Identifier function, int size) private voidwriteIndent(int width) private voidwriteIndentWithoutRememberingWidth(int width) private void
- 
Field Details- 
MARGINpublic static final int MARGIN- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - MARGIN- Lnet/minecraft/server/command/DebugCommand$Tracer;MARGIN:I- intermediary - field_33550- Lnet/minecraft/class_3032$class_6347;field_33550:I- official - b- Lamp$b;b:I
 
- 
writer- Mappings:
- Namespace - Name - Mixin selector - named - writer- Lnet/minecraft/server/command/DebugCommand$Tracer;writer:Ljava/io/PrintWriter;- intermediary - field_33551- Lnet/minecraft/class_3032$class_6347;field_33551:Ljava/io/PrintWriter;- official - c- Lamp$b;c:Ljava/io/PrintWriter;
 
- 
lastIndentWidthprivate int lastIndentWidth- Mappings:
- Namespace - Name - Mixin selector - named - lastIndentWidth- Lnet/minecraft/server/command/DebugCommand$Tracer;lastIndentWidth:I- intermediary - field_33552- Lnet/minecraft/class_3032$class_6347;field_33552:I- official - d- Lamp$b;d:I
 
- 
expectsCommandResultprivate boolean expectsCommandResult- Mappings:
- Namespace - Name - Mixin selector - named - expectsCommandResult- Lnet/minecraft/server/command/DebugCommand$Tracer;expectsCommandResult:Z- intermediary - field_33553- Lnet/minecraft/class_3032$class_6347;field_33553:Z- official - e- Lamp$b;e:Z
 
 
- 
- 
Constructor Details- 
TracerTracer(PrintWriter writer) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/server/command/DebugCommand$Tracer;<init>(Ljava/io/PrintWriter;)V- intermediary - <init>- Lnet/minecraft/class_3032$class_6347;<init>(Ljava/io/PrintWriter;)V- official - <init>- Lamp$b;<init>(Ljava/io/PrintWriter;)V
 
 
- 
- 
Method Details- 
writeIndentprivate void writeIndent(int width) - Mappings:
- Namespace - Name - Mixin selector - named - writeIndent- Lnet/minecraft/server/command/DebugCommand$Tracer;writeIndent(I)V- intermediary - method_36355- Lnet/minecraft/class_3032$class_6347;method_36355(I)V- official - a- Lamp$b;a(I)V
 
- 
writeIndentWithoutRememberingWidthprivate void writeIndentWithoutRememberingWidth(int width) - Mappings:
- Namespace - Name - Mixin selector - named - writeIndentWithoutRememberingWidth- Lnet/minecraft/server/command/DebugCommand$Tracer;writeIndentWithoutRememberingWidth(I)V- intermediary - method_36356- Lnet/minecraft/class_3032$class_6347;method_36356(I)V- official - b- Lamp$b;b(I)V
 
- 
writeNewLineprivate void writeNewLine()- Mappings:
- Namespace - Name - Mixin selector - named - writeNewLine- Lnet/minecraft/server/command/DebugCommand$Tracer;writeNewLine()V- intermediary - method_36357- Lnet/minecraft/class_3032$class_6347;method_36357()V- official - e- Lamp$b;e()V
 
- 
traceCommandStart- Specified by:
- traceCommandStartin interface- Tracer
- Mappings:
- Namespace - Name - Mixin selector - named - traceCommandStart- Lnet/minecraft/server/function/Tracer;traceCommandStart(ILjava/lang/String;)V- intermediary - method_36349- Lnet/minecraft/class_6346;method_36349(ILjava/lang/String;)V- official - a- Lia;a(ILjava/lang/String;)V
 
- 
traceCommandEnd- Specified by:
- traceCommandEndin interface- Tracer
- Mappings:
- Namespace - Name - Mixin selector - named - traceCommandEnd- Lnet/minecraft/server/function/Tracer;traceCommandEnd(ILjava/lang/String;I)V- intermediary - method_36350- Lnet/minecraft/class_6346;method_36350(ILjava/lang/String;I)V- official - a- Lia;a(ILjava/lang/String;I)V
 
- 
traceFunctionCall- Specified by:
- traceFunctionCallin interface- Tracer
- Mappings:
- Namespace - Name - Mixin selector - named - traceFunctionCall- Lnet/minecraft/server/function/Tracer;traceFunctionCall(ILnet/minecraft/util/Identifier;I)V- intermediary - method_36351- Lnet/minecraft/class_6346;method_36351(ILnet/minecraft/class_2960;I)V- official - a- Lia;a(ILakv;I)V
 
- 
traceError- Specified by:
- traceErrorin interface- Tracer
- Mappings:
- Namespace - Name - Mixin selector - named - traceError- Lnet/minecraft/server/function/Tracer;traceError(Ljava/lang/String;)V- intermediary - method_36352- Lnet/minecraft/class_6346;method_36352(Ljava/lang/String;)V- official - a- Lia;a(Ljava/lang/String;)V
 
- 
sendMessageSends a system message.- Specified by:
- sendMessagein interface- CommandOutput
- Implementation Note:
- The output location depends on the implementation; players will use the in-game chat, and others will output to the log.
- Mappings:
- Namespace - Name - Mixin selector - named - sendMessage- Lnet/minecraft/server/command/CommandOutput;sendMessage(Lnet/minecraft/text/Text;)V- intermediary - method_43496- Lnet/minecraft/class_2165;method_43496(Lnet/minecraft/class_2561;)V- official - a- Lew;a(Lwp;)V
 
- 
shouldReceiveFeedbackpublic boolean shouldReceiveFeedback()- Specified by:
- shouldReceiveFeedbackin interface- CommandOutput
- Mappings:
- Namespace - Name - Mixin selector - named - shouldReceiveFeedback- Lnet/minecraft/server/command/CommandOutput;shouldReceiveFeedback()Z- intermediary - method_9200- Lnet/minecraft/class_2165;method_9200()Z- official - y_- Lew;y_()Z
 
- 
shouldTrackOutputpublic boolean shouldTrackOutput()- Specified by:
- shouldTrackOutputin interface- CommandOutput
- Mappings:
- Namespace - Name - Mixin selector - named - shouldTrackOutput- Lnet/minecraft/server/command/CommandOutput;shouldTrackOutput()Z- intermediary - method_9202- Lnet/minecraft/class_2165;method_9202()Z- official - z_- Lew;z_()Z
 
- 
shouldBroadcastConsoleToOpspublic boolean shouldBroadcastConsoleToOps()- Specified by:
- shouldBroadcastConsoleToOpsin interface- CommandOutput
- Mappings:
- Namespace - Name - Mixin selector - named - shouldBroadcastConsoleToOps- Lnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Z- intermediary - method_9201- Lnet/minecraft/class_2165;method_9201()Z- official - c- Lew;c()Z
 
- 
cannotBeSilencedpublic boolean cannotBeSilenced()- Specified by:
- cannotBeSilencedin interface- CommandOutput
- Mappings:
- Namespace - Name - Mixin selector - named - cannotBeSilenced- Lnet/minecraft/server/command/CommandOutput;cannotBeSilenced()Z- intermediary - method_36320- Lnet/minecraft/class_2165;method_36320()Z- official - t_- Lew;t_()Z
 
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Tracer
 
 
-