Package net.minecraft.server.rcon
Class RconCommandOutput
java.lang.Object
net.minecraft.server.rcon.RconCommandOutput
- All Implemented Interfaces:
 CommandOutput
- Mappings:
 Namespace Name named net/minecraft/server/rcon/RconCommandOutputintermediary net/minecraft/class_3350official ayo
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringBufferprivate static final Stringprivate static final Textprivate final MinecraftServerFields inherited from interface net.minecraft.server.command.CommandOutput
DUMMY - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionasString()voidclear()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
- 
RCON_NAME
- See Also:
 - Mappings:
 Namespace Name Mixin selector named RCON_NAMELnet/minecraft/server/rcon/RconCommandOutput;RCON_NAME:Ljava/lang/String;intermediary field_29793Lnet/minecraft/class_3350;field_29793:Ljava/lang/String;official bLayo;b:Ljava/lang/String;
 - 
RCON_NAME_TEXT
- Mappings:
 Namespace Name Mixin selector named RCON_NAME_TEXTLnet/minecraft/server/rcon/RconCommandOutput;RCON_NAME_TEXT:Lnet/minecraft/text/Text;intermediary field_25146Lnet/minecraft/class_3350;field_25146:Lnet/minecraft/class_2561;official cLayo;c:Lxo;
 - 
buffer
- Mappings:
 Namespace Name Mixin selector named bufferLnet/minecraft/server/rcon/RconCommandOutput;buffer:Ljava/lang/StringBuffer;intermediary field_14404Lnet/minecraft/class_3350;field_14404:Ljava/lang/StringBuffer;official dLayo;d:Ljava/lang/StringBuffer;
 - 
server
- Mappings:
 Namespace Name Mixin selector named serverLnet/minecraft/server/rcon/RconCommandOutput;server:Lnet/minecraft/server/MinecraftServer;intermediary field_14405Lnet/minecraft/class_3350;field_14405:Lnet/minecraft/server/MinecraftServer;official eLayo;e:Lnet/minecraft/server/MinecraftServer;
 
 - 
 - 
Constructor Details
- 
RconCommandOutput
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/server/rcon/RconCommandOutput;<init>(Lnet/minecraft/server/MinecraftServer;)Vintermediary <init>Lnet/minecraft/class_3350;<init>(Lnet/minecraft/server/MinecraftServer;)Vofficial <init>Layo;<init>(Lnet/minecraft/server/MinecraftServer;)V
 
 - 
 - 
Method Details
- 
clear
public void clear()- Mappings:
 Namespace Name Mixin selector named clearLnet/minecraft/server/rcon/RconCommandOutput;clear()Vintermediary method_14702Lnet/minecraft/class_3350;method_14702()Vofficial eLayo;e()V
 - 
asString
- Mappings:
 Namespace Name Mixin selector named asStringLnet/minecraft/server/rcon/RconCommandOutput;asString()Ljava/lang/String;intermediary method_14701Lnet/minecraft/class_3350;method_14701()Ljava/lang/String;official fLayo;f()Ljava/lang/String;
 - 
createRconCommandSource
- Mappings:
 Namespace Name Mixin selector named createRconCommandSourceLnet/minecraft/server/rcon/RconCommandOutput;createRconCommandSource()Lnet/minecraft/server/command/ServerCommandSource;intermediary method_14700Lnet/minecraft/class_3350;method_14700()Lnet/minecraft/class_2168;official gLayo;g()Lek;
 - 
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 aLej;a(Lxo;)V
 - 
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 x_Lej;x_()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 y_Lej;y_()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 cLej;c()Z
 
 -