Class InventoriesCommand

java.lang.Object
org.mvplugins.multiverse.external.acf.commands.BaseCommand
org.mvplugins.multiverse.core.command.MultiverseCommand
org.mvplugins.multiverse.inventories.commands.InventoriesCommand
Direct Known Subclasses:
BulkEditCommand

@Contract public abstract class InventoriesCommand extends org.mvplugins.multiverse.core.command.MultiverseCommand
Base class for all multiverse inventories commands.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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
  • Constructor Details

    • InventoriesCommand

      public InventoriesCommand()