Class RconCommandOutput

java.lang.Object
net.minecraft.server.rcon.RconCommandOutput
All Implemented Interfaces:
CommandOutput

public class RconCommandOutput extends Object implements CommandOutput
Mappings:
Namespace Name
named net/minecraft/server/rcon/RconCommandOutput
intermediary net/minecraft/class_3350
official avq
  • Field Details

    • RCON_NAME

      private static final String RCON_NAME
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named RCON_NAME Lnet/minecraft/server/rcon/RconCommandOutput;RCON_NAME:Ljava/lang/String;
      intermediary field_29793 Lnet/minecraft/class_3350;field_29793:Ljava/lang/String;
      official b Lavq;b:Ljava/lang/String;
    • RCON_NAME_TEXT

      private static final Text RCON_NAME_TEXT
      Mappings:
      Namespace Name Mixin selector
      named RCON_NAME_TEXT Lnet/minecraft/server/rcon/RconCommandOutput;RCON_NAME_TEXT:Lnet/minecraft/text/Text;
      intermediary field_25146 Lnet/minecraft/class_3350;field_25146:Lnet/minecraft/class_2561;
      official c Lavq;c:Lxp;
    • buffer

      private final StringBuffer buffer
      Mappings:
      Namespace Name Mixin selector
      named buffer Lnet/minecraft/server/rcon/RconCommandOutput;buffer:Ljava/lang/StringBuffer;
      intermediary field_14404 Lnet/minecraft/class_3350;field_14404:Ljava/lang/StringBuffer;
      official d Lavq;d:Ljava/lang/StringBuffer;
    • server

      private final MinecraftServer server
      Mappings:
      Namespace Name Mixin selector
      named server Lnet/minecraft/server/rcon/RconCommandOutput;server:Lnet/minecraft/server/MinecraftServer;
      intermediary field_14405 Lnet/minecraft/class_3350;field_14405:Lnet/minecraft/server/MinecraftServer;
      official e Lavq;e:Lnet/minecraft/server/MinecraftServer;
  • Constructor Details

    • RconCommandOutput

      public RconCommandOutput(MinecraftServer server)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/server/rcon/RconCommandOutput;<init>(Lnet/minecraft/server/MinecraftServer;)V
      intermediary <init> Lnet/minecraft/class_3350;<init>(Lnet/minecraft/server/MinecraftServer;)V
      official <init> Lavq;<init>(Lnet/minecraft/server/MinecraftServer;)V
  • Method Details

    • clear

      public void clear()
      Mappings:
      Namespace Name Mixin selector
      named clear Lnet/minecraft/server/rcon/RconCommandOutput;clear()V
      intermediary method_14702 Lnet/minecraft/class_3350;method_14702()V
      official e Lavq;e()V
    • asString

      public String asString()
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/server/rcon/RconCommandOutput;asString()Ljava/lang/String;
      intermediary method_14701 Lnet/minecraft/class_3350;method_14701()Ljava/lang/String;
      official f Lavq;f()Ljava/lang/String;
    • createRconCommandSource

      public ServerCommandSource createRconCommandSource()
      Mappings:
      Namespace Name Mixin selector
      named createRconCommandSource Lnet/minecraft/server/rcon/RconCommandOutput;createRconCommandSource()Lnet/minecraft/server/command/ServerCommandSource;
      intermediary method_14700 Lnet/minecraft/class_3350;method_14700()Lnet/minecraft/class_2168;
      official g Lavq;g()Lep;
    • 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 Leo;a(Lxp;)V
    • 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 l_ Leo;l_()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 w_ Leo;w_()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 U_ Leo;U_()Z