Package net.minecraft.server.command
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$aintermediary net/minecraft/class_3032$class_6347named net/minecraft/server/command/DebugCommand$class_6347
-
Field Summary
FieldsFields inherited from interface net.minecraft.server.command.CommandOutput
DUMMY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidmethod_36349(int int2, String string)voidmethod_36350(int int2, String string, int int3)voidmethod_36351(int int2, Identifier identifier, int int3)voidmethod_36352(int int2, String string)private voidmethod_36355(int int2)private voidmethod_36356(int int2)private voidvoidsendSystemMessage(Text message, UUID sender)booleanbooleanboolean
-
Field Details
-
field_33550
public static final int field_33550- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official bLxt$a;b:Iintermediary field_33550Lnet/minecraft/class_3032$class_6347;field_33550:Inamed field_33550Lnet/minecraft/server/command/DebugCommand$class_6347;field_33550:I
-
field_33551
- Mappings:
Namespace Name Mixin selector official cLxt$a;c:Ljava/io/PrintWriter;intermediary field_33551Lnet/minecraft/class_3032$class_6347;field_33551:Ljava/io/PrintWriter;named field_33551Lnet/minecraft/server/command/DebugCommand$class_6347;field_33551:Ljava/io/PrintWriter;
-
field_33552
private int field_33552- Mappings:
Namespace Name Mixin selector official dLxt$a;d:Iintermediary field_33552Lnet/minecraft/class_3032$class_6347;field_33552:Inamed field_33552Lnet/minecraft/server/command/DebugCommand$class_6347;field_33552:I
-
field_33553
private boolean field_33553- Mappings:
Namespace Name Mixin selector official eLxt$a;e:Zintermediary field_33553Lnet/minecraft/class_3032$class_6347;field_33553:Znamed field_33553Lnet/minecraft/server/command/DebugCommand$class_6347;field_33553:Z
-
-
Constructor Details
-
class_6347
-
-
Method Details
-
method_36355
private void method_36355(int int2)- Mappings:
Namespace Name Mixin selector official aLxt$a;a(I)Vintermediary method_36355Lnet/minecraft/class_3032$class_6347;method_36355(I)Vnamed method_36355Lnet/minecraft/server/command/DebugCommand$class_6347;method_36355(I)V
-
method_36356
private void method_36356(int int2)- Mappings:
Namespace Name Mixin selector official bLxt$a;b(I)Vintermediary method_36356Lnet/minecraft/class_3032$class_6347;method_36356(I)Vnamed method_36356Lnet/minecraft/server/command/DebugCommand$class_6347;method_36356(I)V
-
method_36357
private void method_36357()- Mappings:
Namespace Name Mixin selector official eLxt$a;e()Vintermediary method_36357Lnet/minecraft/class_3032$class_6347;method_36357()Vnamed method_36357Lnet/minecraft/server/command/DebugCommand$class_6347;method_36357()V
-
method_36349
- Specified by:
method_36349in interfaceCommandFunctionManager.class_6346- Mappings:
Namespace Name Mixin selector official aLxb$c;a(ILjava/lang/String;)Vintermediary method_36349Lnet/minecraft/class_2991$class_6346;method_36349(ILjava/lang/String;)Vnamed method_36349Lnet/minecraft/server/function/CommandFunctionManager$class_6346;method_36349(ILjava/lang/String;)V
-
method_36350
- Specified by:
method_36350in interfaceCommandFunctionManager.class_6346- Mappings:
Namespace Name Mixin selector official aLxb$c;a(ILjava/lang/String;I)Vintermediary method_36350Lnet/minecraft/class_2991$class_6346;method_36350(ILjava/lang/String;I)Vnamed method_36350Lnet/minecraft/server/function/CommandFunctionManager$class_6346;method_36350(ILjava/lang/String;I)V
-
method_36351
- Specified by:
method_36351in interfaceCommandFunctionManager.class_6346- Mappings:
Namespace Name Mixin selector official aLxb$c;a(ILwp;I)Vintermediary method_36351Lnet/minecraft/class_2991$class_6346;method_36351(ILnet/minecraft/class_2960;I)Vnamed method_36351Lnet/minecraft/server/function/CommandFunctionManager$class_6346;method_36351(ILnet/minecraft/util/Identifier;I)V
-
method_36352
- Specified by:
method_36352in interfaceCommandFunctionManager.class_6346- Mappings:
Namespace Name Mixin selector official bLxb$c;b(ILjava/lang/String;)Vintermediary method_36352Lnet/minecraft/class_2991$class_6346;method_36352(ILjava/lang/String;)Vnamed method_36352Lnet/minecraft/server/function/CommandFunctionManager$class_6346;method_36352(ILjava/lang/String;)V
-
sendSystemMessage
- Specified by:
sendSystemMessagein interfaceCommandOutput- Mappings:
Namespace Name Mixin selector official aLdf;a(Lon;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 aLdf;a()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 bLdf;b()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 Q_Ldf;Q_()Zintermediary method_9201Lnet/minecraft/class_2165;method_9201()Znamed shouldBroadcastConsoleToOpsLnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Z
-
method_36320
public boolean method_36320()- Specified by:
method_36320in interfaceCommandOutput- Mappings:
Namespace Name Mixin selector official dLdf;d()Zintermediary method_36320Lnet/minecraft/class_2165;method_36320()Znamed method_36320Lnet/minecraft/server/command/CommandOutput;method_36320()Z
-