Interface IParsedArgument
Namespace: Void.Minecraft.Commands.Brigadier.Context
Assembly: Void.Minecraft.dll
Exposes the typed value produced by an argument parser.
public interface IParsedArgumentProperties
Result
Gets the parsed argument value.
IArgumentValue Result { get; }