Class SkipRepeatAction

All Implemented Interfaces:
CodingBlock

public final class SkipRepeatAction extends ControlAction
  • Constructor Details

  • Method Details

    • execute

      protected void execute(org.bukkit.entity.Entity entity)
      Description copied from class: Action
      Executes action with specified entity.
      Specified by:
      execute in class Action
      Parameters:
      entity - Entity to execute action.
    • 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.