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$Tracerintermediary net/minecraft/class_3032$class_6347official any$b
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate intstatic final intprivate final PrintWriterFields inherited from interface net.minecraft.server.command.CommandOutput
DUMMY - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
MARGIN
public static final int MARGIN- See Also:
 - Mappings:
 Namespace Name Mixin selector named MARGINLnet/minecraft/server/command/DebugCommand$Tracer;MARGIN:Iintermediary field_33550Lnet/minecraft/class_3032$class_6347;field_33550:Iofficial bLany$b;b:I
 - 
writer
- Mappings:
 Namespace Name Mixin selector named writerLnet/minecraft/server/command/DebugCommand$Tracer;writer:Ljava/io/PrintWriter;intermediary field_33551Lnet/minecraft/class_3032$class_6347;field_33551:Ljava/io/PrintWriter;official cLany$b;c:Ljava/io/PrintWriter;
 - 
lastIndentWidth
private int lastIndentWidth- Mappings:
 Namespace Name Mixin selector named lastIndentWidthLnet/minecraft/server/command/DebugCommand$Tracer;lastIndentWidth:Iintermediary field_33552Lnet/minecraft/class_3032$class_6347;field_33552:Iofficial dLany$b;d:I
 - 
expectsCommandResult
private boolean expectsCommandResult- Mappings:
 Namespace Name Mixin selector named expectsCommandResultLnet/minecraft/server/command/DebugCommand$Tracer;expectsCommandResult:Zintermediary field_33553Lnet/minecraft/class_3032$class_6347;field_33553:Zofficial eLany$b;e:Z
 
 - 
 - 
Constructor Details
- 
Tracer
Tracer(PrintWriter writer) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/server/command/DebugCommand$Tracer;<init>(Ljava/io/PrintWriter;)Vintermediary <init>Lnet/minecraft/class_3032$class_6347;<init>(Ljava/io/PrintWriter;)Vofficial <init>Lany$b;<init>(Ljava/io/PrintWriter;)V
 
 - 
 - 
Method Details
- 
writeIndent
private void writeIndent(int width) - Mappings:
 Namespace Name Mixin selector named writeIndentLnet/minecraft/server/command/DebugCommand$Tracer;writeIndent(I)Vintermediary method_36355Lnet/minecraft/class_3032$class_6347;method_36355(I)Vofficial aLany$b;a(I)V
 - 
writeIndentWithoutRememberingWidth
private void writeIndentWithoutRememberingWidth(int width) - Mappings:
 Namespace Name Mixin selector named writeIndentWithoutRememberingWidthLnet/minecraft/server/command/DebugCommand$Tracer;writeIndentWithoutRememberingWidth(I)Vintermediary method_36356Lnet/minecraft/class_3032$class_6347;method_36356(I)Vofficial bLany$b;b(I)V
 - 
writeNewLine
private void writeNewLine()- Mappings:
 Namespace Name Mixin selector named writeNewLineLnet/minecraft/server/command/DebugCommand$Tracer;writeNewLine()Vintermediary method_36357Lnet/minecraft/class_3032$class_6347;method_36357()Vofficial eLany$b;e()V
 - 
traceCommandStart
- Specified by:
 traceCommandStartin interfaceTracer- Mappings:
 Namespace Name Mixin selector named traceCommandStartLnet/minecraft/server/function/Tracer;traceCommandStart(ILjava/lang/String;)Vintermediary method_36349Lnet/minecraft/class_6346;method_36349(ILjava/lang/String;)Vofficial aLhr;a(ILjava/lang/String;)V
 - 
traceCommandEnd
- Specified by:
 traceCommandEndin interfaceTracer- Mappings:
 Namespace Name Mixin selector named traceCommandEndLnet/minecraft/server/function/Tracer;traceCommandEnd(ILjava/lang/String;I)Vintermediary method_36350Lnet/minecraft/class_6346;method_36350(ILjava/lang/String;I)Vofficial aLhr;a(ILjava/lang/String;I)V
 - 
traceFunctionCall
- Specified by:
 traceFunctionCallin interfaceTracer- Mappings:
 Namespace Name Mixin selector named traceFunctionCallLnet/minecraft/server/function/Tracer;traceFunctionCall(ILnet/minecraft/util/Identifier;I)Vintermediary method_36351Lnet/minecraft/class_6346;method_36351(ILnet/minecraft/class_2960;I)Vofficial aLhr;a(ILame;I)V
 - 
traceError
- Specified by:
 traceErrorin interfaceTracer- Mappings:
 Namespace Name Mixin selector named traceErrorLnet/minecraft/server/function/Tracer;traceError(Ljava/lang/String;)Vintermediary method_36352Lnet/minecraft/class_6346;method_36352(Ljava/lang/String;)Vofficial aLhr;a(Ljava/lang/String;)V
 - 
sendMessage
Sends a system message.- Specified by:
 sendMessagein interfaceCommandOutput- 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 sendMessageLnet/minecraft/server/command/CommandOutput;sendMessage(Lnet/minecraft/text/Text;)Vintermediary method_43496Lnet/minecraft/class_2165;method_43496(Lnet/minecraft/class_2561;)Vofficial aLej;a(Lxo;)V
 - 
shouldReceiveFeedback
public boolean shouldReceiveFeedback()- Specified by:
 shouldReceiveFeedbackin interfaceCommandOutput- Mappings:
 Namespace Name Mixin selector named shouldReceiveFeedbackLnet/minecraft/server/command/CommandOutput;shouldReceiveFeedback()Zintermediary method_9200Lnet/minecraft/class_2165;method_9200()Zofficial x_Lej;x_()Z
 - 
shouldTrackOutput
public boolean shouldTrackOutput()- Specified by:
 shouldTrackOutputin interfaceCommandOutput- Mappings:
 Namespace Name Mixin selector named shouldTrackOutputLnet/minecraft/server/command/CommandOutput;shouldTrackOutput()Zintermediary method_9202Lnet/minecraft/class_2165;method_9202()Zofficial y_Lej;y_()Z
 - 
shouldBroadcastConsoleToOps
public boolean shouldBroadcastConsoleToOps()- Specified by:
 shouldBroadcastConsoleToOpsin interfaceCommandOutput- Mappings:
 Namespace Name Mixin selector named shouldBroadcastConsoleToOpsLnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Zintermediary method_9201Lnet/minecraft/class_2165;method_9201()Zofficial cLej;c()Z
 - 
cannotBeSilenced
public boolean cannotBeSilenced()- Specified by:
 cannotBeSilencedin interfaceCommandOutput- Mappings:
 Namespace Name Mixin selector named cannotBeSilencedLnet/minecraft/server/command/CommandOutput;cannotBeSilenced()Zintermediary method_36320Lnet/minecraft/class_2165;method_36320()Zofficial o_Lej;o_()Z
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceTracer
 
 -