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 ew
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
void
sendMessage
(Text message) Sends a system message.boolean
boolean
boolean
-
Field Details
-
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
Lew;a(Lwp;)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_
Lew;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_
Lew;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
Lew;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_
Lew;t_()Z
-