Package net.minecraft.server.command
Class MessageCommand
java.lang.Object
net.minecraft.server.command.MessageCommand
public class MessageCommand extends Object
- Mappings:
Namespace Name official yd
intermediary net/minecraft/class_3082
named net/minecraft/server/command/MessageCommand
-
Constructor Summary
Constructors Constructor Description MessageCommand()
-
Method Summary
Modifier and Type Method Description private static int
execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Text message)
static void
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
MessageCommand
public MessageCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)- Mappings:
Namespace Name Mixin selector official a
Lyd;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, Text message)- Mappings:
Namespace Name Mixin selector official a
Lyd;a(Ldb;Ljava/util/Collection;Loi;)I
intermediary method_13462
Lnet/minecraft/class_3082;method_13462(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_2561;)I
named execute
Lnet/minecraft/server/command/MessageCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/text/Text;)I
-