Class SkillSearchComponent

All Implemented Interfaces:
LogEnabled, PluginAware, Prioritizable, Supporter<SearchComponentArguments>, SearchComponent

This SearchComponent add a query on acquired skill's id if present
  • Constructor Details

  • Method Details

    • getPriority

      public int getPriority()
      Description copied from interface: Prioritizable
      Get the priority for the component. On components using Prioritizable interface, each implementation define the order. In most cases, less is the number, more prior is the component.
      Returns:
      the priority
    • execute

      public void execute(SearchComponentArguments args) throws Exception
      Description copied from interface: SearchComponent
      Executes the component.
      Parameters:
      args - the arguments
      Throws:
      Exception - if an exception occurs. Other search components will be attempted to be executed