Package net.minecraft.server.command
Class MessageCommand
java.lang.Object
net.minecraft.server.command.MessageCommand
- Mappings:
Namespace Name official ahm
intermediary net/minecraft/class_3082
named net/minecraft/server/command/MessageCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
execute
(ServerCommandSource source, Collection<ServerPlayerEntity> targets, SignedMessage message) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
MessageCommand
public MessageCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lahm;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_13461
Lnet/minecraft/class_3082;method_13461(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/MessageCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
execute
private static void execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, SignedMessage message) - Mappings:
Namespace Name Mixin selector official a
Lahm;a(Ldt;Ljava/util/Collection;Lua;)V
intermediary method_13462
Lnet/minecraft/class_3082;method_13462(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_7471;)V
named execute
Lnet/minecraft/server/command/MessageCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/network/message/SignedMessage;)V
-