Class ConsolePlugins

java.lang.Object
com.illumon.iris.console.events.ConsolePlugins

public class ConsolePlugins extends Object
  • Field Details

  • Constructor Details

    • ConsolePlugins

      public ConsolePlugins()
  • Method Details

    • getConsolePlugins

      @ScriptApi public static Collection<IConsolePlugin> getConsolePlugins()
      Get all of the UI connectors at once.
      Returns:
      An unmodifiable collection of all the UI connectors.
    • getConsolePluginByName

      @ScriptApi public static IConsolePlugin getConsolePluginByName(String name)
      Get a specific UI connector by name, if one exists by that name.
      Parameters:
      name - The name of the UI connector to return
      Returns:
      The UI connector configured with the specified name, or null if no such connector exists.