Package net.minecraft.server.command
Class DebugCommand.Tracer
java.lang.Object
net.minecraft.server.command.DebugCommand.Tracer
- All Implemented Interfaces:
- CommandOutput,- CommandFunctionManager.Tracer
- Enclosing class:
- DebugCommand
private static class DebugCommand.Tracer
extends Object
implements CommandFunctionManager.Tracer, CommandOutput
- Mappings:
- Namespace - Name - official - aef$a- intermediary - net/minecraft/class_3032$class_6347- named - net/minecraft/server/command/DebugCommand$Tracer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate booleanprivate intstatic final intprivate final PrintWriterFields inherited from interface net.minecraft.server.command.CommandOutputDUMMY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidsendMessage(Text message) Sends a system message.booleanbooleanbooleanvoidtraceCommandEnd(int depth, String command, int result) voidtraceCommandStart(int depth, String command) voidtraceError(int depth, 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 - official - b- Laef$a;b:I- intermediary - field_33550- Lnet/minecraft/class_3032$class_6347;field_33550:I- named - MARGIN- Lnet/minecraft/server/command/DebugCommand$Tracer;MARGIN:I
 
- 
writer- Mappings:
- Namespace - Name - Mixin selector - official - c- Laef$a;c:Ljava/io/PrintWriter;- intermediary - field_33551- Lnet/minecraft/class_3032$class_6347;field_33551:Ljava/io/PrintWriter;- named - writer- Lnet/minecraft/server/command/DebugCommand$Tracer;writer:Ljava/io/PrintWriter;
 
- 
lastIndentWidthprivate int lastIndentWidth- Mappings:
- Namespace - Name - Mixin selector - official - d- Laef$a;d:I- intermediary - field_33552- Lnet/minecraft/class_3032$class_6347;field_33552:I- named - lastIndentWidth- Lnet/minecraft/server/command/DebugCommand$Tracer;lastIndentWidth:I
 
- 
expectsCommandResultprivate boolean expectsCommandResult- Mappings:
- Namespace - Name - Mixin selector - official - e- Laef$a;e:Z- intermediary - field_33553- Lnet/minecraft/class_3032$class_6347;field_33553:Z- named - expectsCommandResult- Lnet/minecraft/server/command/DebugCommand$Tracer;expectsCommandResult:Z
 
 
- 
- 
Constructor Details- 
TracerTracer(PrintWriter writer) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Laef$a;<init>(Ljava/io/PrintWriter;)V- intermediary - <init>- Lnet/minecraft/class_3032$class_6347;<init>(Ljava/io/PrintWriter;)V- named - <init>- Lnet/minecraft/server/command/DebugCommand$Tracer;<init>(Ljava/io/PrintWriter;)V
 
 
- 
- 
Method Details- 
writeIndentprivate void writeIndent(int width) - Mappings:
- Namespace - Name - Mixin selector - official - a- Laef$a;a(I)V- intermediary - method_36355- Lnet/minecraft/class_3032$class_6347;method_36355(I)V- named - writeIndent- Lnet/minecraft/server/command/DebugCommand$Tracer;writeIndent(I)V
 
- 
writeIndentWithoutRememberingWidthprivate void writeIndentWithoutRememberingWidth(int width) - Mappings:
- Namespace - Name - Mixin selector - official - b- Laef$a;b(I)V- intermediary - method_36356- Lnet/minecraft/class_3032$class_6347;method_36356(I)V- named - writeIndentWithoutRememberingWidth- Lnet/minecraft/server/command/DebugCommand$Tracer;writeIndentWithoutRememberingWidth(I)V
 
- 
writeNewLineprivate void writeNewLine()- Mappings:
- Namespace - Name - Mixin selector - official - e- Laef$a;e()V- intermediary - method_36357- Lnet/minecraft/class_3032$class_6347;method_36357()V- named - writeNewLine- Lnet/minecraft/server/command/DebugCommand$Tracer;writeNewLine()V
 
- 
traceCommandStart- Specified by:
- traceCommandStartin interface- CommandFunctionManager.Tracer
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lade$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- Specified by:
- traceCommandEndin interface- CommandFunctionManager.Tracer
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lade$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
 
- 
traceFunctionCall- Specified by:
- traceFunctionCallin interface- CommandFunctionManager.Tracer
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lade$c;a(ILacq;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
 
- 
traceError- Specified by:
- traceErrorin interface- CommandFunctionManager.Tracer
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lade$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
 
- 
sendMessageSends a system message.- Specified by:
- sendMessagein interface- CommandOutput
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldr;a(Lsw;)V- intermediary - method_43496- Lnet/minecraft/class_2165;method_43496(Lnet/minecraft/class_2561;)V- named - sendMessage- Lnet/minecraft/server/command/CommandOutput;sendMessage(Lnet/minecraft/text/Text;)V
 
- 
shouldReceiveFeedbackpublic boolean shouldReceiveFeedback()- Specified by:
- shouldReceiveFeedbackin interface- CommandOutput
- Mappings:
- Namespace - Name - Mixin selector - official - e_- Ldr;e_()Z- intermediary - method_9200- Lnet/minecraft/class_2165;method_9200()Z- named - shouldReceiveFeedback- Lnet/minecraft/server/command/CommandOutput;shouldReceiveFeedback()Z
 
- 
shouldTrackOutputpublic boolean shouldTrackOutput()- Specified by:
- shouldTrackOutputin interface- CommandOutput
- Mappings:
- Namespace - Name - Mixin selector - official - q_- Ldr;q_()Z- intermediary - method_9202- Lnet/minecraft/class_2165;method_9202()Z- named - shouldTrackOutput- Lnet/minecraft/server/command/CommandOutput;shouldTrackOutput()Z
 
- 
shouldBroadcastConsoleToOpspublic boolean shouldBroadcastConsoleToOps()- Specified by:
- shouldBroadcastConsoleToOpsin interface- CommandOutput
- Mappings:
- Namespace - Name - Mixin selector - official - N_- Ldr;N_()Z- intermediary - method_9201- Lnet/minecraft/class_2165;method_9201()Z- named - shouldBroadcastConsoleToOps- Lnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Z
 
- 
cannotBeSilencedpublic boolean cannotBeSilenced()- Specified by:
- cannotBeSilencedin interface- CommandOutput
- Mappings:
- Namespace - Name - Mixin selector - official - f_- Ldr;f_()Z- intermediary - method_36320- Lnet/minecraft/class_2165;method_36320()Z- named - cannotBeSilenced- Lnet/minecraft/server/command/CommandOutput;cannotBeSilenced()Z
 
 
-