Package net.minecraft.command.impl
Class MessageCommand
- java.lang.Object
-
- net.minecraft.command.impl.MessageCommand
-
public class MessageCommand extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MessageCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198537_0_)
private static int
sendMessage(CommandSource p_198538_0_, java.util.Collection<ServerPlayerEntity> p_198538_1_, ITextComponent p_198538_2_)
-
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198537_0_)
-
sendMessage
private static int sendMessage(CommandSource p_198538_0_, java.util.Collection<ServerPlayerEntity> p_198538_1_, ITextComponent p_198538_2_)
-
-