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/CommandOutput
intermediary net/minecraft/class_2165
official ev
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
void
sendMessage
(Text message) Sends a system message.boolean
boolean
boolean
-
Field Details
-
DUMMY
- Mappings:
Namespace Name Mixin selector named DUMMY
Lnet/minecraft/server/command/CommandOutput;DUMMY:Lnet/minecraft/server/command/CommandOutput;
intermediary field_17395
Lnet/minecraft/class_2165;field_17395:Lnet/minecraft/class_2165;
official a
Lev;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 sendMessage
Lnet/minecraft/server/command/CommandOutput;sendMessage(Lnet/minecraft/text/Text;)V
intermediary method_43496
Lnet/minecraft/class_2165;method_43496(Lnet/minecraft/class_2561;)V
official a
Lev;a(Lxv;)V
-
shouldReceiveFeedback
boolean shouldReceiveFeedback()- Mappings:
Namespace Name Mixin selector named shouldReceiveFeedback
Lnet/minecraft/server/command/CommandOutput;shouldReceiveFeedback()Z
intermediary method_9200
Lnet/minecraft/class_2165;method_9200()Z
official y_
Lev;y_()Z
-
shouldTrackOutput
boolean shouldTrackOutput()- Mappings:
Namespace Name Mixin selector named shouldTrackOutput
Lnet/minecraft/server/command/CommandOutput;shouldTrackOutput()Z
intermediary method_9202
Lnet/minecraft/class_2165;method_9202()Z
official z_
Lev;z_()Z
-
shouldBroadcastConsoleToOps
boolean shouldBroadcastConsoleToOps()- Mappings:
Namespace Name Mixin selector named shouldBroadcastConsoleToOps
Lnet/minecraft/server/command/CommandOutput;shouldBroadcastConsoleToOps()Z
intermediary method_9201
Lnet/minecraft/class_2165;method_9201()Z
official c
Lev;c()Z
-
cannotBeSilenced
default boolean cannotBeSilenced()- Mappings:
Namespace Name Mixin selector named cannotBeSilenced
Lnet/minecraft/server/command/CommandOutput;cannotBeSilenced()Z
intermediary method_36320
Lnet/minecraft/class_2165;method_36320()Z
official t_
Lev;t_()Z
-