Interface CommandContext<C extends CommandContext<C>>
- Type Parameters:
C- argument of this
- All Known Implementing Classes:
AbstractCommandContext
public interface CommandContext<C extends CommandContext<C>>
-
Method Summary
Modifier and TypeMethodDescription<V> voidaddParsedArgument(Argument<?, V> argument, String rawValue, V value) default <V> Vdefault <V> V<V> ParsedArgument<C, V> getArgument(String id) default <V> ParsedArgument<C, V> getArgument(Argument<C, V> arg)
-
Method Details
-
getArgument
-
getArg
-
getArg
-
getArgument
-
addParsedArgument
-