Package co.aikar.commands
Class JDARootCommand
java.lang.Object
co.aikar.commands.JDARootCommand
- All Implemented Interfaces:
co.aikar.commands.RootCommand
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.aikar.commands.RootCommand
addChildShared, execute, getDefaultRegisteredCommand, getDescription, getTabCompletions, getTabCompletions, getTabCompletions, getUniquePermission, getUsage, hasAnyPermission
-
Method Details
-
addChild
- Specified by:
addChildin interfaceco.aikar.commands.RootCommand
-
getManager
- Specified by:
getManagerin interfaceco.aikar.commands.RootCommand
-
getSubCommands
public com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> getSubCommands()- Specified by:
getSubCommandsin interfaceco.aikar.commands.RootCommand
-
getChildren
- Specified by:
getChildrenin interfaceco.aikar.commands.RootCommand
-
getCommandName
- Specified by:
getCommandNamein interfaceco.aikar.commands.RootCommand
-
getDefCommand
- Specified by:
getDefCommandin interfaceco.aikar.commands.RootCommand
-