class KContext<S>(val rawContext: CommandContext<S>)
Typed accessor for retrieving parsed argument values from a Brigadier CommandContext.
Passed to executes and executesResult blocks. Use the accessor methods (e.g. string, integer) to retrieve arguments by the name used when defining them.