Interface CommandNode<T,S extends CommandContext<T,?>>
- Type Parameters:
S- type of command context
- All Superinterfaces:
ArgumentNode<T,,S> LiteralNode<T,S>
- All Known Implementing Classes:
CommandNodeImpl
public interface CommandNode<T,S extends CommandContext<T,?>>
extends ArgumentNode<T,S>, LiteralNode<T,S>
-
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable CommandExecutor<T, S> @NotNull String[]getNames()voidsetDescription(@Nullable String description) voidsetExecutor(@Nullable CommandExecutor<T, S> executor) Methods inherited from interface de.kentoj.kencommandapi.api.structure.node.ArgumentNode
addArgument, getArgumentsMethods inherited from interface de.kentoj.kencommandapi.api.structure.node.LiteralNode
addLiteral, getLiteral, getLiterals
-
Method Details
-
getNames
-
setExecutor
-
getExecutor
-
setDescription
-
getDescription
-