Package net.minecraft.server.command
Class MessageCommand
java.lang.Object
net.minecraft.server.command.MessageCommand
- Mappings:
Namespace Name official adk
intermediary net/minecraft/class_3082
named net/minecraft/server/command/MessageCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(ServerCommandSource source, Collection<ServerPlayerEntity> targets, MessageArgumentType.SignedMessage signedMessage) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
MessageCommand
public MessageCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Ladk;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 int execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, MessageArgumentType.SignedMessage signedMessage) - Mappings:
Namespace Name Mixin selector official a
Ladk;a(Ldr;Ljava/util/Collection;Lef$a;)I
intermediary method_13462
Lnet/minecraft/class_3082;method_13462(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_2196$class_7515;)I
named execute
Lnet/minecraft/server/command/MessageCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/command/argument/MessageArgumentType$SignedMessage;)I
-