Interface ArgumentNode<T,S extends CommandContext<T,?>>
- All Known Subinterfaces:
CommandNode<T,S>
- All Known Implementing Classes:
CommandNodeImpl
public interface ArgumentNode<T,S extends CommandContext<T,?>>
-
Method Summary
Modifier and TypeMethodDescription<V> voidaddArgument(CommandArgument<T, S, V> argument) Set<CommandArgument<T, S, ?>>
-
Method Details
-
addArgument
-
getArguments
Set<CommandArgument<T,S, getArguments()?>>
-