Package net.minecraft.server.command
Interface CommandOutput
- All Known Implementing Classes:
 CommandBlockExecutor,CommandBlockMinecartEntity.CommandExecutor,DebugCommand.Tracer,IntegratedServer,MinecraftDedicatedServer,MinecraftServer,RconCommandOutput,TestServer
public interface CommandOutput
Represents a subject which can receive command feedback.
- Mappings:
 Namespace Name named net/minecraft/server/command/CommandOutputintermediary net/minecraft/class_2165official ev
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptiondefault booleanvoidsendMessage(Text message) Sends a system message.booleanbooleanboolean 
- 
Field Details
- 
DUMMY
- Mappings:
 Namespace Name Mixin selector named DUMMYLnet/minecraft/server/command/CommandOutput;DUMMY:Lnet/minecraft/server/command/CommandOutput;intermediary field_17395Lnet/minecraft/class_2165;field_17395:Lnet/minecraft/class_2165;official aLev;a:Lev;
 
 - 
 - 
Method Details
- 
sendMessage
Sends a system message.- 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 aLev;a(Lxv;)V
 - 
shouldReceiveFeedback
boolean shouldReceiveFeedback()- Mappings:
 Namespace Name Mixin selector named shouldReceiveFeedbackLnet/minecraft/server/command/CommandOutput;shouldReceiveFeedback()Zintermediary method_9200Lnet/minecraft/class_2165;method_9200()Zofficial y_Lev;y_()Z
 - 
shouldTrackOutput
boolean shouldTrackOutput()- Mappings:
 Namespace Name Mixin selector named shouldTrackOutputLnet/minecraft/server/command/CommandOutput;shouldTrackOutput()Zintermediary method_9202Lnet/minecraft/class_2165;method_9202()Zofficial z_Lev;z_()Z
 - 
shouldBroadcastConsoleToOps
boolean shouldBroadcastConsoleToOps()- Mappings:
 Namespace Name Mixin selector named shouldBroadcastConsoleToOpsLnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Zintermediary method_9201Lnet/minecraft/class_2165;method_9201()Zofficial cLev;c()Z
 - 
cannotBeSilenced
default boolean cannotBeSilenced()- Mappings:
 Namespace Name Mixin selector named cannotBeSilencedLnet/minecraft/server/command/CommandOutput;cannotBeSilenced()Zintermediary method_36320Lnet/minecraft/class_2165;method_36320()Zofficial t_Lev;t_()Z
 
 -