Class CommandChatHandler

java.lang.Object
com.pixelmonmod.pixelmon.comm.CommandChatHandler

public class CommandChatHandler extends Object
  • Constructor Details

    • CommandChatHandler

      public CommandChatHandler()
  • Method Details

    • sendChat

      public static void sendChat(net.minecraft.commands.CommandSourceStack commandSender, String string, Object... data)
    • sendFormattedChat

      public static void sendFormattedChat(net.minecraft.commands.CommandSourceStack commandSender, net.minecraft.ChatFormatting format, String string, Object... data)