Package net.minecraft.server.rcon
Class RconCommandOutput
java.lang.Object
net.minecraft.server.rcon.RconCommandOutput
- All Implemented Interfaces:
CommandOutput
- Mappings:
Namespace Name official aeu
intermediary net/minecraft/class_3350
named net/minecraft/server/rcon/RconCommandOutput
-
Field Summary
Modifier and TypeFieldDescriptionprivate StringBuffer
private static String
private static Text
private MinecraftServer
Fields inherited from interface net.minecraft.server.command.CommandOutput
DUMMY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
void
clear()
void
sendSystemMessage(Text message, UUID sender)
boolean
boolean
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.server.command.CommandOutput
cannotBeSilenced
-
Field Details
-
RCON_NAME
- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official b
Laeu;b:Ljava/lang/String;
intermediary field_29793
Lnet/minecraft/class_3350;field_29793:Ljava/lang/String;
named RCON_NAME
Lnet/minecraft/server/rcon/RconCommandOutput;RCON_NAME:Ljava/lang/String;
-
RCON_NAME_TEXT
- Mappings:
Namespace Name Mixin selector official c
Laeu;c:Los;
intermediary field_25146
Lnet/minecraft/class_3350;field_25146:Lnet/minecraft/class_2561;
named RCON_NAME_TEXT
Lnet/minecraft/server/rcon/RconCommandOutput;RCON_NAME_TEXT:Lnet/minecraft/text/Text;
-
buffer
- Mappings:
Namespace Name Mixin selector official d
Laeu;d: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 e
Laeu;e: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>
Laeu;<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 e
Laeu;e()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 f
Laeu;f()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 g
Laeu;g()Ldl;
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
Ldk;a(Los;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 h_
Ldk;h_()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 i_
Ldk;i_()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 E_
Ldk;E_()Z
intermediary method_9201
Lnet/minecraft/class_2165;method_9201()Z
named shouldBroadcastConsoleToOps
Lnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Z
-