Class ModularBotGanyuOutput

java.lang.Object
enterprises.iwakura.modularbot.console.ModularBotGanyuOutput
All Implemented Interfaces:
enterprises.iwakura.ganyu.Output

public class ModularBotGanyuOutput extends Object implements enterprises.iwakura.ganyu.Output
Output implementation for ModularBot's Ganyu
  • Constructor Details

    • ModularBotGanyuOutput

      public ModularBotGanyuOutput()
  • Method Details

    • info

      public void info(@NotNull String message)
      Specified by:
      info in interface enterprises.iwakura.ganyu.Output
      Parameters:
      message - Message to print
    • error

      public void error(String message, Throwable throwable)
      Specified by:
      error in interface enterprises.iwakura.ganyu.Output
      Parameters:
      message - Message to print
      throwable - Throwable to print