Interface ArgumentAssembler<C>
- Type Parameters:
C- the command sender type
- All Known Implementing Classes:
ArgumentAssemblerImpl
Assembles
command componets from argument descriptors.-
Method Summary
Modifier and TypeMethodDescriptionassembleArgument(@NonNull SyntaxFragment syntaxFragment, @NonNull ArgumentDescriptor descriptor) Assembles a command component from the givendescriptor.
-
Method Details
-
assembleArgument
@NonNull CommandComponent<C> assembleArgument(@NonNull SyntaxFragment syntaxFragment, @NonNull ArgumentDescriptor descriptor) Assembles a command component from the givendescriptor.- Parameters:
syntaxFragment- the syntax fragment for the argumentdescriptor- the descriptor- Returns:
- the assembled command component
-