Package net.minecraft.server.rcon
Class RconCommandOutput
java.lang.Object
net.minecraft.server.rcon.RconCommandOutput
- All Implemented Interfaces:
CommandOutput
public class RconCommandOutput extends Object implements CommandOutput
- Mappings:
Namespace Name official adwintermediary net/minecraft/class_3350named net/minecraft/server/rcon/RconCommandOutput
-
Field Summary
Fields Modifier and Type Field Description private StringBufferbufferprivate static TextRCON_NAMEprivate MinecraftServerserverFields inherited from interface net.minecraft.server.command.CommandOutput
DUMMY -
Constructor Summary
Constructors Constructor Description RconCommandOutput(MinecraftServer server) -
Method Summary
Modifier and Type Method Description StringasString()voidclear()ServerCommandSourcecreateRconCommandSource()voidsendSystemMessage(Text message, UUID senderUuid)booleanshouldBroadcastConsoleToOps()booleanshouldReceiveFeedback()booleanshouldTrackOutput()
-
Field Details
-
RCON_NAME
- Mappings:
Namespace Name Mixin selector official bLadw;b:Loi;intermediary field_25146Lnet/minecraft/class_3350;field_25146:Lnet/minecraft/class_2561;named RCON_NAMELnet/minecraft/server/rcon/RconCommandOutput;RCON_NAME:Lnet/minecraft/text/Text;
-
buffer
- Mappings:
Namespace Name Mixin selector official cLadw;c:Ljava/lang/StringBuffer;intermediary field_14404Lnet/minecraft/class_3350;field_14404:Ljava/lang/StringBuffer;named bufferLnet/minecraft/server/rcon/RconCommandOutput;buffer:Ljava/lang/StringBuffer;
-
server
- Mappings:
Namespace Name Mixin selector official dLadw;d:Lnet/minecraft/server/MinecraftServer;intermediary field_14405Lnet/minecraft/class_3350;field_14405:Lnet/minecraft/server/MinecraftServer;named serverLnet/minecraft/server/rcon/RconCommandOutput;server:Lnet/minecraft/server/MinecraftServer;
-
-
Constructor Details
-
RconCommandOutput
- Mappings:
Namespace Name Mixin selector official <init>Ladw;<init>(Lnet/minecraft/server/MinecraftServer;)Vintermediary <init>Lnet/minecraft/class_3350;<init>(Lnet/minecraft/server/MinecraftServer;)Vnamed <init>Lnet/minecraft/server/rcon/RconCommandOutput;<init>(Lnet/minecraft/server/MinecraftServer;)V
-
-
Method Details
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector official dLadw;d()Vintermediary method_14702Lnet/minecraft/class_3350;method_14702()Vnamed clearLnet/minecraft/server/rcon/RconCommandOutput;clear()V
-
asString
- Mappings:
Namespace Name Mixin selector official eLadw;e()Ljava/lang/String;intermediary method_14701Lnet/minecraft/class_3350;method_14701()Ljava/lang/String;named asStringLnet/minecraft/server/rcon/RconCommandOutput;asString()Ljava/lang/String;
-
createRconCommandSource
- Mappings:
Namespace Name Mixin selector official fLadw;f()Ldb;intermediary method_14700Lnet/minecraft/class_3350;method_14700()Lnet/minecraft/class_2168;named createRconCommandSourceLnet/minecraft/server/rcon/RconCommandOutput;createRconCommandSource()Lnet/minecraft/server/command/ServerCommandSource;
-
sendSystemMessage
- Specified by:
sendSystemMessagein interfaceCommandOutput- Mappings:
Namespace Name Mixin selector official aLda;a(Loi;Ljava/util/UUID;)Vintermediary method_9203Lnet/minecraft/class_2165;method_9203(Lnet/minecraft/class_2561;Ljava/util/UUID;)Vnamed sendSystemMessageLnet/minecraft/server/command/CommandOutput;sendSystemMessage(Lnet/minecraft/text/Text;Ljava/util/UUID;)V
-
shouldReceiveFeedback
public boolean shouldReceiveFeedback()- Specified by:
shouldReceiveFeedbackin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector official aLda;a()Zintermediary method_9200Lnet/minecraft/class_2165;method_9200()Znamed shouldReceiveFeedbackLnet/minecraft/server/command/CommandOutput;shouldReceiveFeedback()Z
-
shouldTrackOutput
public boolean shouldTrackOutput()- Specified by:
shouldTrackOutputin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector official bLda;b()Zintermediary method_9202Lnet/minecraft/class_2165;method_9202()Znamed shouldTrackOutputLnet/minecraft/server/command/CommandOutput;shouldTrackOutput()Z
-
shouldBroadcastConsoleToOps
public boolean shouldBroadcastConsoleToOps()- Specified by:
shouldBroadcastConsoleToOpsin interfaceCommandOutput- Mappings:
Namespace Name Mixin selector official Q_Lda;Q_()Zintermediary method_9201Lnet/minecraft/class_2165;method_9201()Znamed shouldBroadcastConsoleToOpsLnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Z
-