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_11874
intermediary net/minecraft/class_1918$class_11874
official dqp$a
  • Field Details

    • field_62432

      private static final DateTimeFormatter field_62432
      Mappings:
      Namespace Name Mixin selector
      named field_62432 Lnet/minecraft/world/CommandBlockExecutor$class_11874;field_62432:Ljava/time/format/DateTimeFormatter;
      intermediary field_62432 Lnet/minecraft/class_1918$class_11874;field_62432:Ljava/time/format/DateTimeFormatter;
      official c Ldqp$a;c:Ljava/time/format/DateTimeFormatter;
    • field_62433

      private boolean field_62433
      Mappings:
      Namespace Name Mixin selector
      named field_62433 Lnet/minecraft/world/CommandBlockExecutor$class_11874;field_62433:Z
      intermediary field_62433 Lnet/minecraft/class_1918$class_11874;field_62433:Z
      official d Ldqp$a;d:Z
  • Constructor Details

    • class_11874

      protected class_11874()
  • Method Details

    • shouldReceiveFeedback

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

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

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

      public void sendMessage(Text message)
      Sends a system message.
      Specified by:
      sendMessage in interface CommandOutput
      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 sendMessage Lnet/minecraft/server/command/CommandOutput;sendMessage(Lnet/minecraft/text/Text;)V
      intermediary method_43496 Lnet/minecraft/class_2165;method_43496(Lnet/minecraft/class_2561;)V
      official a Lei;a(Lxx;)V
    • close

      public void close() throws Exception
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception