Package de.kentoj.kencommandapi.internal
Class CommandNodeImpl<T>
java.lang.Object
de.kentoj.kencommandapi.internal.CommandNodeImpl<T>
- All Implemented Interfaces:
CommandNode<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> voidaddArgument(CommandArgument<T, V> argument) voidaddLiteral(@NotNull CommandNode<T> commandNode) getLiteral(@NotNull String name) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.kentoj.kencommandapi.api.CommandNode
getArguments, getDescription, getExecutor, getLiterals, getNames, getPermission, setDescription, setExecutor, setPermission
-
Constructor Details
-
CommandNodeImpl
-
-
Method Details
-
addLiteral
- Specified by:
addLiteralin interfaceCommandNode<T>
-
getLiteral
- Specified by:
getLiteralin interfaceCommandNode<T>
-
addArgument
- Specified by:
addArgumentin interfaceCommandNode<T>
-