Class DebugCommand.class_6347

java.lang.Object
net.minecraft.server.command.DebugCommand.class_6347
All Implemented Interfaces:
CommandOutput, CommandFunctionManager.class_6346
Enclosing class:
DebugCommand

static class DebugCommand.class_6347 extends Object implements CommandOutput, CommandFunctionManager.class_6346
Mappings:
Namespace Name
official xt$a
intermediary net/minecraft/class_3032$class_6347
named net/minecraft/server/command/DebugCommand$class_6347
  • Field Details

    • field_33550

      public static final int field_33550
      See Also:
      Constant Field Values
      Mappings:
      Namespace Name Mixin selector
      official b Lxt$a;b:I
      intermediary field_33550 Lnet/minecraft/class_3032$class_6347;field_33550:I
      named field_33550 Lnet/minecraft/server/command/DebugCommand$class_6347;field_33550:I
    • field_33551

      private final PrintWriter field_33551
      Mappings:
      Namespace Name Mixin selector
      official c Lxt$a;c:Ljava/io/PrintWriter;
      intermediary field_33551 Lnet/minecraft/class_3032$class_6347;field_33551:Ljava/io/PrintWriter;
      named field_33551 Lnet/minecraft/server/command/DebugCommand$class_6347;field_33551:Ljava/io/PrintWriter;
    • field_33552

      private int field_33552
      Mappings:
      Namespace Name Mixin selector
      official d Lxt$a;d:I
      intermediary field_33552 Lnet/minecraft/class_3032$class_6347;field_33552:I
      named field_33552 Lnet/minecraft/server/command/DebugCommand$class_6347;field_33552:I
    • field_33553

      private boolean field_33553
      Mappings:
      Namespace Name Mixin selector
      official e Lxt$a;e:Z
      intermediary field_33553 Lnet/minecraft/class_3032$class_6347;field_33553:Z
      named field_33553 Lnet/minecraft/server/command/DebugCommand$class_6347;field_33553:Z
  • Constructor Details

    • class_6347

      private class_6347(PrintWriter printWriter)
  • Method Details

    • method_36355

      private void method_36355(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lxt$a;a(I)V
      intermediary method_36355 Lnet/minecraft/class_3032$class_6347;method_36355(I)V
      named method_36355 Lnet/minecraft/server/command/DebugCommand$class_6347;method_36355(I)V
    • method_36356

      private void method_36356(int int2)
      Mappings:
      Namespace Name Mixin selector
      official b Lxt$a;b(I)V
      intermediary method_36356 Lnet/minecraft/class_3032$class_6347;method_36356(I)V
      named method_36356 Lnet/minecraft/server/command/DebugCommand$class_6347;method_36356(I)V
    • method_36357

      private void method_36357()
      Mappings:
      Namespace Name Mixin selector
      official e Lxt$a;e()V
      intermediary method_36357 Lnet/minecraft/class_3032$class_6347;method_36357()V
      named method_36357 Lnet/minecraft/server/command/DebugCommand$class_6347;method_36357()V
    • method_36349

      public void method_36349(int int2, String string)
      Specified by:
      method_36349 in interface CommandFunctionManager.class_6346
      Mappings:
      Namespace Name Mixin selector
      official a Lxb$c;a(ILjava/lang/String;)V
      intermediary method_36349 Lnet/minecraft/class_2991$class_6346;method_36349(ILjava/lang/String;)V
      named method_36349 Lnet/minecraft/server/function/CommandFunctionManager$class_6346;method_36349(ILjava/lang/String;)V
    • method_36350

      public void method_36350(int int2, String string, int int3)
      Specified by:
      method_36350 in interface CommandFunctionManager.class_6346
      Mappings:
      Namespace Name Mixin selector
      official a Lxb$c;a(ILjava/lang/String;I)V
      intermediary method_36350 Lnet/minecraft/class_2991$class_6346;method_36350(ILjava/lang/String;I)V
      named method_36350 Lnet/minecraft/server/function/CommandFunctionManager$class_6346;method_36350(ILjava/lang/String;I)V
    • method_36351

      public void method_36351(int int2, Identifier identifier, int int3)
      Specified by:
      method_36351 in interface CommandFunctionManager.class_6346
      Mappings:
      Namespace Name Mixin selector
      official a Lxb$c;a(ILwp;I)V
      intermediary method_36351 Lnet/minecraft/class_2991$class_6346;method_36351(ILnet/minecraft/class_2960;I)V
      named method_36351 Lnet/minecraft/server/function/CommandFunctionManager$class_6346;method_36351(ILnet/minecraft/util/Identifier;I)V
    • method_36352

      public void method_36352(int int2, String string)
      Specified by:
      method_36352 in interface CommandFunctionManager.class_6346
      Mappings:
      Namespace Name Mixin selector
      official b Lxb$c;b(ILjava/lang/String;)V
      intermediary method_36352 Lnet/minecraft/class_2991$class_6346;method_36352(ILjava/lang/String;)V
      named method_36352 Lnet/minecraft/server/function/CommandFunctionManager$class_6346;method_36352(ILjava/lang/String;)V
    • sendSystemMessage

      public void sendSystemMessage(Text message, UUID sender)
      Specified by:
      sendSystemMessage in interface CommandOutput
      Mappings:
      Namespace Name Mixin selector
      official a Ldf;a(Lon;Ljava/util/UUID;)V
      intermediary method_9203 Lnet/minecraft/class_2165;method_9203(Lnet/minecraft/class_2561;Ljava/util/UUID;)V
      named sendSystemMessage Lnet/minecraft/server/command/CommandOutput;sendSystemMessage(Lnet/minecraft/text/Text;Ljava/util/UUID;)V
    • shouldReceiveFeedback

      public boolean shouldReceiveFeedback()
      Specified by:
      shouldReceiveFeedback in interface CommandOutput
      Mappings:
      Namespace Name Mixin selector
      official a Ldf;a()Z
      intermediary method_9200 Lnet/minecraft/class_2165;method_9200()Z
      named shouldReceiveFeedback Lnet/minecraft/server/command/CommandOutput;shouldReceiveFeedback()Z
    • shouldTrackOutput

      public boolean shouldTrackOutput()
      Specified by:
      shouldTrackOutput in interface CommandOutput
      Mappings:
      Namespace Name Mixin selector
      official b Ldf;b()Z
      intermediary method_9202 Lnet/minecraft/class_2165;method_9202()Z
      named shouldTrackOutput Lnet/minecraft/server/command/CommandOutput;shouldTrackOutput()Z
    • shouldBroadcastConsoleToOps

      public boolean shouldBroadcastConsoleToOps()
      Specified by:
      shouldBroadcastConsoleToOps in interface CommandOutput
      Mappings:
      Namespace Name Mixin selector
      official Q_ Ldf;Q_()Z
      intermediary method_9201 Lnet/minecraft/class_2165;method_9201()Z
      named shouldBroadcastConsoleToOps Lnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Z
    • method_36320

      public boolean method_36320()
      Specified by:
      method_36320 in interface CommandOutput
      Mappings:
      Namespace Name Mixin selector
      official d Ldf;d()Z
      intermediary method_36320 Lnet/minecraft/class_2165;method_36320()Z
      named method_36320 Lnet/minecraft/server/command/CommandOutput;method_36320()Z