Skip to content

Interface IParsedArgument

Namespace: Void.Minecraft.Commands.Brigadier.Context
Assembly: Void.Minecraft.dll

Exposes the typed value produced by an argument parser.

public interface IParsedArgument

Properties

Result

Gets the parsed argument value.

IArgumentValue Result { get; }

Property Value

IArgumentValue