java.lang.Object
io.github.jspinak.brobot.actions.methods.basicactions.find.states.CreateStatesFromMatches

@Component public class CreateStatesFromMatches extends Object
  • Constructor Details

    • CreateStatesFromMatches

      public CreateStatesFromMatches()
  • Method Details

    • create

      public List<State> create(Matches matches)
      Creates states by converting Match objects to StateImages. Does not add the states to the StateStructure.
      Parameters:
      matches - contains the match objects to use
      Returns:
      all new states created with the match objects