Package net.minecraft.world
Class CommandBlockExecutor.class_11874
java.lang.Object
net.minecraft.world.CommandBlockExecutor.class_11874
- All Implemented Interfaces:
AutoCloseable,CommandOutput
- Enclosing class:
CommandBlockExecutor
protected class CommandBlockExecutor.class_11874
extends Object
implements CommandOutput, AutoCloseable
- Mappings:
Namespace Name named net/minecraft/world/CommandBlockExecutor$class_11874intermediary net/minecraft/class_1918$class_11874official dqp$a
-
Field Summary
FieldsFields inherited from interface net.minecraft.server.command.CommandOutput
DUMMY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidsendMessage(Text message) Sends a system message.booleanbooleanbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.server.command.CommandOutput
cannotBeSilenced
-
Field Details
-
field_62432
- Mappings:
Namespace Name Mixin selector named field_62432Lnet/minecraft/world/CommandBlockExecutor$class_11874;field_62432:Ljava/time/format/DateTimeFormatter;intermediary field_62432Lnet/minecraft/class_1918$class_11874;field_62432:Ljava/time/format/DateTimeFormatter;official cLdqp$a;c:Ljava/time/format/DateTimeFormatter;
-
field_62433
private boolean field_62433- Mappings:
Namespace Name Mixin selector named field_62433Lnet/minecraft/world/CommandBlockExecutor$class_11874;field_62433:Zintermediary field_62433Lnet/minecraft/class_1918$class_11874;field_62433:Zofficial dLdqp$a;d:Z
-
-
Constructor Details
-
class_11874
protected class_11874()
-
-
Method Details
-
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 z_Lei;z_()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 A_Lei;A_()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 cLei;c()Z
-
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 aLei;a(Lxx;)V
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-