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 adw
intermediary net/minecraft/class_3350
named net/minecraft/server/rcon/RconCommandOutput
-
Field Summary
Fields Modifier and Type Field Description private StringBuffer
buffer
private static Text
RCON_NAME
private MinecraftServer
server
Fields inherited from interface net.minecraft.server.command.CommandOutput
DUMMY
-
Constructor Summary
Constructors Constructor Description RconCommandOutput(MinecraftServer server)
-
Method Summary
Modifier and Type Method Description String
asString()
void
clear()
ServerCommandSource
createRconCommandSource()
void
sendSystemMessage(Text message, UUID senderUuid)
boolean
shouldBroadcastConsoleToOps()
boolean
shouldReceiveFeedback()
boolean
shouldTrackOutput()
-
Field Details
-
RCON_NAME
- Mappings:
Namespace Name Mixin selector official b
Ladw;b:Loi;
intermediary field_25146
Lnet/minecraft/class_3350;field_25146:Lnet/minecraft/class_2561;
named RCON_NAME
Lnet/minecraft/server/rcon/RconCommandOutput;RCON_NAME:Lnet/minecraft/text/Text;
-
buffer
- Mappings:
Namespace Name Mixin selector official c
Ladw;c:Ljava/lang/StringBuffer;
intermediary field_14404
Lnet/minecraft/class_3350;field_14404:Ljava/lang/StringBuffer;
named buffer
Lnet/minecraft/server/rcon/RconCommandOutput;buffer:Ljava/lang/StringBuffer;
-
server
- Mappings:
Namespace Name Mixin selector official d
Ladw;d:Lnet/minecraft/server/MinecraftServer;
intermediary field_14405
Lnet/minecraft/class_3350;field_14405:Lnet/minecraft/server/MinecraftServer;
named server
Lnet/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;)V
intermediary <init>
Lnet/minecraft/class_3350;<init>(Lnet/minecraft/server/MinecraftServer;)V
named <init>
Lnet/minecraft/server/rcon/RconCommandOutput;<init>(Lnet/minecraft/server/MinecraftServer;)V
-
-
Method Details
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector official d
Ladw;d()V
intermediary method_14702
Lnet/minecraft/class_3350;method_14702()V
named clear
Lnet/minecraft/server/rcon/RconCommandOutput;clear()V
-
asString
- Mappings:
Namespace Name Mixin selector official e
Ladw;e()Ljava/lang/String;
intermediary method_14701
Lnet/minecraft/class_3350;method_14701()Ljava/lang/String;
named asString
Lnet/minecraft/server/rcon/RconCommandOutput;asString()Ljava/lang/String;
-
createRconCommandSource
- Mappings:
Namespace Name Mixin selector official f
Ladw;f()Ldb;
intermediary method_14700
Lnet/minecraft/class_3350;method_14700()Lnet/minecraft/class_2168;
named createRconCommandSource
Lnet/minecraft/server/rcon/RconCommandOutput;createRconCommandSource()Lnet/minecraft/server/command/ServerCommandSource;
-
sendSystemMessage
- Specified by:
sendSystemMessage
in interfaceCommandOutput
- Mappings:
Namespace Name Mixin selector official a
Lda;a(Loi;Ljava/util/UUID;)V
intermediary method_9203
Lnet/minecraft/class_2165;method_9203(Lnet/minecraft/class_2561;Ljava/util/UUID;)V
named sendSystemMessage
Lnet/minecraft/server/command/CommandOutput;sendSystemMessage(Lnet/minecraft/text/Text;Ljava/util/UUID;)V
-
shouldReceiveFeedback
public boolean shouldReceiveFeedback()- Specified by:
shouldReceiveFeedback
in interfaceCommandOutput
- Mappings:
Namespace Name Mixin selector official a
Lda;a()Z
intermediary method_9200
Lnet/minecraft/class_2165;method_9200()Z
named shouldReceiveFeedback
Lnet/minecraft/server/command/CommandOutput;shouldReceiveFeedback()Z
-
shouldTrackOutput
public boolean shouldTrackOutput()- Specified by:
shouldTrackOutput
in interfaceCommandOutput
- Mappings:
Namespace Name Mixin selector official b
Lda;b()Z
intermediary method_9202
Lnet/minecraft/class_2165;method_9202()Z
named shouldTrackOutput
Lnet/minecraft/server/command/CommandOutput;shouldTrackOutput()Z
-
shouldBroadcastConsoleToOps
public boolean shouldBroadcastConsoleToOps()- Specified by:
shouldBroadcastConsoleToOps
in interfaceCommandOutput
- Mappings:
Namespace Name Mixin selector official Q_
Lda;Q_()Z
intermediary method_9201
Lnet/minecraft/class_2165;method_9201()Z
named shouldBroadcastConsoleToOps
Lnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Z
-