java.lang.Object
org.mvplugins.multiverse.external.acf.commands.BaseCommand
org.mvplugins.multiverse.core.command.MultiverseCommand
org.mvplugins.multiverse.inventories.commands.InventoriesCommand
org.mvplugins.multiverse.inventories.commands.bulkedit.BulkEditCommand

@Contract @Internal public abstract class BulkEditCommand extends InventoriesCommand
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final BulkEditCreator
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    outputActionSummary(org.mvplugins.multiverse.core.command.MVCommandIssuer issuer, BulkEditAction<?> bulkEditAction)
     
    protected void
    outputResult(org.mvplugins.multiverse.core.command.MVCommandIssuer issuer, BulkEditResult bulkEditResult)
     
    protected void
    runBulkEditAction(org.mvplugins.multiverse.core.command.MVCommandIssuer issuer, BulkEditAction<?> bulkEditAction)
     

    Methods inherited from class org.mvplugins.multiverse.external.acf.commands.BaseCommand

    canExecute, doHelp, doHelp, getCommandHelp, getContextFlags, getCurrentCommandIssuer, getCurrentCommandManager, getDefaultRegisteredCommand, getExceptionHandler, getExecCommandLabel, getExecSubcommand, getLastCommandOperationContext, getName, getOrigArgs, getRegisteredCommands, getRequiredPermissions, getSubCommands, hasPermission, hasPermission, help, help, requiresPermission, setContextFlags, setExceptionHandler, showCommandHelp, showSyntax, tabComplete, tabComplete

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • BulkEditCommand

      @Inject protected BulkEditCommand(BulkEditCreator bulkEditCreator)
  • Method Details

    • outputActionSummary

      protected void outputActionSummary(org.mvplugins.multiverse.core.command.MVCommandIssuer issuer, BulkEditAction<?> bulkEditAction)
    • runBulkEditAction

      protected void runBulkEditAction(org.mvplugins.multiverse.core.command.MVCommandIssuer issuer, BulkEditAction<?> bulkEditAction)
    • outputResult

      protected void outputResult(org.mvplugins.multiverse.core.command.MVCommandIssuer issuer, BulkEditResult bulkEditResult)