public class CommandChatHandler
extends java.lang.Object
Constructor and Description |
---|
CommandChatHandler() |
Modifier and Type | Method and Description |
---|---|
static void |
sendChat(net.minecraft.command.CommandSource commandSender,
java.lang.String string,
java.lang.Object... data) |
static void |
sendFormattedChat(net.minecraft.command.CommandSource commandSender,
net.minecraft.util.text.TextFormatting format,
java.lang.String string,
java.lang.Object... data) |
public static void sendChat(net.minecraft.command.CommandSource commandSender, java.lang.String string, java.lang.Object... data)
public static void sendFormattedChat(net.minecraft.command.CommandSource commandSender, net.minecraft.util.text.TextFormatting format, java.lang.String string, java.lang.Object... data)