Class MultiverseCommand
java.lang.Object
co.aikar.commands.BaseCommand
org.mvplugins.multiverse.core.command.MultiverseCommand
- Direct Known Subclasses:
CoreCommand
@Contract
public abstract class MultiverseCommand
extends co.aikar.commands.BaseCommand
Base class for all Multiverse commands.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class co.aikar.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
-
Constructor Details
-
MultiverseCommand
public MultiverseCommand()
-