Class MVRootCommand

java.lang.Object
org.bukkit.command.Command
co.aikar.commands.BukkitRootCommand
org.mvplugins.multiverse.core.command.MVRootCommand
All Implemented Interfaces:
co.aikar.commands.RootCommand, org.bukkit.command.PluginIdentifiableCommand

public class MVRootCommand extends co.aikar.commands.BukkitRootCommand
  • Field Summary

    Fields inherited from class org.bukkit.command.Command

    description, timings, usageMessage
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    MVRootCommand(co.aikar.commands.BukkitCommandManager manager, String name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    co.aikar.commands.BaseCommand
    execute(co.aikar.commands.CommandIssuer sender, String commandLabel, String[] args)
     
    getTabCompletions(co.aikar.commands.CommandIssuer sender, String alias, String[] args, boolean commandsOnly, boolean isAsync)
     

    Methods inherited from class co.aikar.commands.BukkitRootCommand

    addChild, execute, getChildren, getCommandName, getDefCommand, getDescription, getManager, getPlugin, getSubCommands, tabComplete, testPermissionSilent

    Methods inherited from class org.bukkit.command.Command

    broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, toString, unregister

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface co.aikar.commands.RootCommand

    addChildShared, getDefaultRegisteredCommand, getTabCompletions, getTabCompletions, getUniquePermission, getUsage, hasAnyPermission
  • Constructor Details

    • MVRootCommand

      protected MVRootCommand(co.aikar.commands.BukkitCommandManager manager, String name)
  • Method Details

    • execute

      public co.aikar.commands.BaseCommand execute(co.aikar.commands.CommandIssuer sender, String commandLabel, String[] args)
    • getTabCompletions

      public List<String> getTabCompletions(co.aikar.commands.CommandIssuer sender, String alias, String[] args, boolean commandsOnly, boolean isAsync)