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 CommandOutput, CommandFunctionManager.Tracer
- Mappings:
Namespace Name official ya$aintermediary net/minecraft/class_3032$class_6347named net/minecraft/server/command/DebugCommand$Tracer
-
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 TypeMethodDescriptionbooleanvoidsendSystemMessage(Text message, UUID sender) 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
-
MARGIN
public static final int MARGIN- See Also:
- Mappings:
Namespace Name Mixin selector official bLya$a;b:Iintermediary field_33550Lnet/minecraft/class_3032$class_6347;field_33550:Inamed MARGINLnet/minecraft/server/command/DebugCommand$Tracer;MARGIN:I
-
writer
- Mappings:
Namespace Name Mixin selector official cLya$a;c:Ljava/io/PrintWriter;intermediary field_33551Lnet/minecraft/class_3032$class_6347;field_33551:Ljava/io/PrintWriter;named writerLnet/minecraft/server/command/DebugCommand$Tracer;writer:Ljava/io/PrintWriter;
-
lastIndentWidth
private int lastIndentWidth- Mappings:
Namespace Name Mixin selector official dLya$a;d:Iintermediary field_33552Lnet/minecraft/class_3032$class_6347;field_33552:Inamed lastIndentWidthLnet/minecraft/server/command/DebugCommand$Tracer;lastIndentWidth:I
-
expectsCommandResult
private boolean expectsCommandResult- Mappings:
Namespace Name Mixin selector official eLya$a;e:Zintermediary field_33553Lnet/minecraft/class_3032$class_6347;field_33553:Znamed expectsCommandResultLnet/minecraft/server/command/DebugCommand$Tracer;expectsCommandResult:Z
-
-
Constructor Details
-
Tracer
Tracer(PrintWriter writer) - Mappings:
Namespace Name Mixin selector official <init>Lya$a;<init>(Ljava/io/PrintWriter;)Vintermediary <init>Lnet/minecraft/class_3032$class_6347;<init>(Ljava/io/PrintWriter;)Vnamed <init>Lnet/minecraft/server/command/DebugCommand$Tracer;<init>(Ljava/io/PrintWriter;)V
-
-
Method Details
-
writeIndent
private void writeIndent(int width) - Mappings:
Namespace Name Mixin selector official aLya$a;a(I)Vintermediary method_36355Lnet/minecraft/class_3032$class_6347;method_36355(I)Vnamed writeIndentLnet/minecraft/server/command/DebugCommand$Tracer;writeIndent(I)V
-
writeIndentWithoutRememberingWidth
private void writeIndentWithoutRememberingWidth(int width) - Mappings:
Namespace Name Mixin selector official bLya$a;b(I)Vintermediary method_36356Lnet/minecraft/class_3032$class_6347;method_36356(I)Vnamed writeIndentWithoutRememberingWidthLnet/minecraft/server/command/DebugCommand$Tracer;writeIndentWithoutRememberingWidth(I)V
-
writeNewLine
private void writeNewLine()- Mappings:
Namespace Name Mixin selector official eLya$a;e()Vintermediary method_36357Lnet/minecraft/class_3032$class_6347;method_36357()Vnamed writeNewLineLnet/minecraft/server/command/DebugCommand$Tracer;writeNewLine()V
-
traceCommandStart
- Specified by:
traceCommandStartin interfaceCommandFunctionManager.Tracer- Mappings:
Namespace Name Mixin selector official aLxi$c;a(ILjava/lang/String;)Vintermediary method_36349Lnet/minecraft/class_2991$class_6346;method_36349(ILjava/lang/String;)Vnamed traceCommandStartLnet/minecraft/server/function/CommandFunctionManager$Tracer;traceCommandStart(ILjava/lang/String;)V
-
traceCommandEnd
- Specified by:
traceCommandEndin interfaceCommandFunctionManager.Tracer- Mappings:
Namespace Name Mixin selector official aLxi$c;a(ILjava/lang/String;I)Vintermediary method_36350Lnet/minecraft/class_2991$class_6346;method_36350(ILjava/lang/String;I)Vnamed traceCommandEndLnet/minecraft/server/function/CommandFunctionManager$Tracer;traceCommandEnd(ILjava/lang/String;I)V
-
traceFunctionCall
- Specified by:
traceFunctionCallin interfaceCommandFunctionManager.Tracer- Mappings:
Namespace Name Mixin selector official aLxi$c;a(ILww;I)Vintermediary method_36351Lnet/minecraft/class_2991$class_6346;method_36351(ILnet/minecraft/class_2960;I)Vnamed traceFunctionCallLnet/minecraft/server/function/CommandFunctionManager$Tracer;traceFunctionCall(ILnet/minecraft/util/Identifier;I)V
-
traceError
- Specified by:
traceErrorin interfaceCommandFunctionManager.Tracer- Mappings:
Namespace Name Mixin selector official bLxi$c;b(ILjava/lang/String;)Vintermediary method_36352Lnet/minecraft/class_2991$class_6346;method_36352(ILjava/lang/String;)Vnamed traceErrorLnet/minecraft/server/function/CommandFunctionManager$Tracer;traceError(ILjava/lang/String;)V
-
sendSystemMessage
- Specified by:
sendSystemMessagein interfaceCommandOutput- Mappings:
Namespace Name Mixin selector official aLdk;a(Los;Ljava/util/UUID;)Vintermediary method_9203Lnet/minecraft/class_2165;method_9203(Lnet/minecraft/class_2561;Ljava/util/UUID;)Vnamed sendSystemMessageLnet/minecraft/server/command/CommandOutput;sendSystemMessage(Lnet/minecraft/text/Text;Ljava/util/UUID;)V
-
shouldReceiveFeedback
public boolean shouldReceiveFeedback()- Specified by:
shouldReceiveFeedbackin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector official h_Ldk;h_()Zintermediary method_9200Lnet/minecraft/class_2165;method_9200()Znamed shouldReceiveFeedbackLnet/minecraft/server/command/CommandOutput;shouldReceiveFeedback()Z
-
shouldTrackOutput
public boolean shouldTrackOutput()- Specified by:
shouldTrackOutputin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector official i_Ldk;i_()Zintermediary method_9202Lnet/minecraft/class_2165;method_9202()Znamed shouldTrackOutputLnet/minecraft/server/command/CommandOutput;shouldTrackOutput()Z
-
shouldBroadcastConsoleToOps
public boolean shouldBroadcastConsoleToOps()- Specified by:
shouldBroadcastConsoleToOpsin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector official E_Ldk;E_()Zintermediary method_9201Lnet/minecraft/class_2165;method_9201()Znamed shouldBroadcastConsoleToOpsLnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Z
-
cannotBeSilenced
public boolean cannotBeSilenced()- Specified by:
cannotBeSilencedin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector official c_Ldk;c_()Zintermediary method_36320Lnet/minecraft/class_2165;method_36320()Znamed cannotBeSilencedLnet/minecraft/server/command/CommandOutput;cannotBeSilenced()Z
-