Package io.github.mqzn.commands.help
Class SubCommandHelp<S>
java.lang.Object
io.github.mqzn.commands.base.syntax.CommandSyntax<S>
io.github.mqzn.commands.base.syntax.SubCommandSyntax<S>
io.github.mqzn.commands.help.SubCommandHelp<S>
- All Implemented Interfaces:
TextConvertible<S>
,Comparable<CommandSyntax<S>>
-
Field Summary
Fields inherited from class io.github.mqzn.commands.base.syntax.CommandSyntax
arguments, commandLabel, execution, flags, info, senderClass
-
Constructor Summary
ConstructorsConstructorDescriptionSubCommandHelp
(CommandManager<?, S> manager, String commandLabel, SubCommandSyntax<S> parent) -
Method Summary
Methods inherited from class io.github.mqzn.commands.base.syntax.SubCommandSyntax
addChild, addChild, defaultExecution, equals, execute, getAliases, getChildren, getName, getParent, hasChild, hasChild, hasChildren, hashCode, isLeafChild, isOrphan, key, matches, removeChild, removeChild, setParent, toString, toText
Methods inherited from class io.github.mqzn.commands.base.syntax.CommandSyntax
addFlag, checkHasPermission, compareTo, getArgument, getArguments, getArguments, getCommandLabel, getExecution, getFlags, getInfo, getSenderClass, hasArg, isSubCommand, length, matchesContext, setInfo, useSpace
-
Constructor Details
-
SubCommandHelp
-