Class RepeatWhileConditionNotAction

All Implemented Interfaces:
CodingBlock

public final class RepeatWhileConditionNotAction extends RepeatAction
  • Constructor Details

  • Method Details

    • checkCanContinue

      public boolean checkCanContinue()
      Description copied from class: RepeatAction
      Checks whether repeat action can continue repeating and executing the same actions.
      Specified by:
      checkCanContinue in class RepeatAction
      Returns:
      true - can continue and execute actions, false - stop repeater.
    • getActionType

      @NotNull public @NotNull ActionType getActionType()
      Description copied from class: Action
      Returns type of action, that contains information about action: icon material, arguments list.
      Specified by:
      getActionType in class Action
      Returns:
      Type of action.