Package de.kentoj.kencommandapi.internal
Class RootCommandNodeImpl<T>
java.lang.Object
de.kentoj.kencommandapi.internal.CommandNodeImpl<T>
de.kentoj.kencommandapi.internal.RootCommandNodeImpl<T>
- All Implemented Interfaces:
CommandNode<T>,RootCommandNode<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.kentoj.kencommandapi.internal.CommandNodeImpl
addArgument, addLiteral, getLiteralMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.kentoj.kencommandapi.api.node.CommandNode
addArgument, addLiteral, getArguments, getDescription, getExecutor, getLiteral, getLiterals, getNames, getPermission, setDescription, setExecutor, setPermissionMethods inherited from interface de.kentoj.kencommandapi.api.node.RootCommandNode
getMessageStyle, setMessageStyle
-
Constructor Details
-
RootCommandNodeImpl
-