Interface CommandOutput

All Known Implementing Classes:
CommandBlockExecutor, CommandBlockMinecartEntity.CommandExecutor, DebugCommand.Tracer, IntegratedServer, MinecraftDedicatedServer, MinecraftServer, RconCommandOutput, TestServer

public interface CommandOutput
Represents a subject which can receive command feedback.
Mappings:
Namespace Name
named net/minecraft/server/command/CommandOutput
intermediary net/minecraft/class_2165
official ew
  • Field Details Link icon

    • DUMMY Link icon

      static final CommandOutput DUMMY
      Mappings:
      Namespace Name Mixin selector
      named DUMMY Lnet/minecraft/server/command/CommandOutput;DUMMY:Lnet/minecraft/server/command/CommandOutput;
      intermediary field_17395 Lnet/minecraft/class_2165;field_17395:Lnet/minecraft/class_2165;
      official a Lew;a:Lew;
  • Method Details Link icon

    • sendMessage Link icon

      void sendMessage(Text message)
      Sends a system message.
      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 Lew;a(Lwp;)V
    • shouldReceiveFeedback Link icon

      boolean shouldReceiveFeedback()
      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 y_ Lew;y_()Z
    • shouldTrackOutput Link icon

      boolean shouldTrackOutput()
      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 z_ Lew;z_()Z
    • shouldBroadcastConsoleToOps Link icon

      boolean shouldBroadcastConsoleToOps()
      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 Lew;c()Z
    • cannotBeSilenced Link icon

      default boolean cannotBeSilenced()
      Mappings:
      Namespace Name Mixin selector
      named cannotBeSilenced Lnet/minecraft/server/command/CommandOutput;cannotBeSilenced()Z
      intermediary method_36320 Lnet/minecraft/class_2165;method_36320()Z
      official t_ Lew;t_()Z