Package redempt.redlib.commandmanager
Class CommandCollection.MergedBaseCommand
java.lang.Object
redempt.redlib.commandmanager.Command
redempt.redlib.commandmanager.CommandCollection.MergedBaseCommand
- Enclosing class:
CommandCollection
-
Nested Class Summary
Nested classes/interfaces inherited from class redempt.redlib.commandmanager.Command
Command.MethodHook, Command.SenderType -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHelpRecursive(org.bukkit.command.CommandSender sender, int level) voidRegisters this command and its childrenMethods inherited from class redempt.redlib.commandmanager.Command
createHookMap, getAliases, getArgsDisplay, getDepth, getExpandedName, getFullName, getHelp, getName, getPermission, getType, isPostArg, lastArgTakesAll, nameMatches, registerHook, runHook, showHelp
-
Constructor Details
-
MergedBaseCommand
-
-
Method Details
-
execute
-
getHelpRecursive
- Overrides:
getHelpRecursivein classCommand
-
tab
-
register
Description copied from class:CommandRegisters this command and its children
-