Class AnnotatedCommandExecutor
- java.lang.Object
-
- io.manebot.command.executor.chained.ChainedCommandExecutor
-
- io.manebot.command.executor.chained.AnnotatedCommandExecutor
-
- All Implemented Interfaces:
CommandExecutor
public abstract class AnnotatedCommandExecutor extends ChainedCommandExecutor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AnnotatedCommandExecutor.Argument
static interface
AnnotatedCommandExecutor.Command
-
Constructor Summary
Constructors Constructor Description AnnotatedCommandExecutor()
-
Method Summary
-
Methods inherited from class io.manebot.command.executor.chained.ChainedCommandExecutor
execute, getHelp, withArguments, withArguments
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.manebot.command.executor.CommandExecutor
getDescription, isBuffered
-
-