Table of Contents

Class DirectionArgParser<T>

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public class DirectionArgParser<T> : ArgumentParserBase, ICommandArgumentParser where T : IVec3, new()

Type Parameters

T
Inheritance
DirectionArgParser<T>
Implements
Inherited Members

Constructors

DirectionArgParser(string, bool)

public DirectionArgParser(string argName, bool isMandatoryArg)

Parameters

argName string
isMandatoryArg bool

Methods

GetValidRange(CmdArgs)

public override string[] GetValidRange(CmdArgs args)

Parameters

args CmdArgs

Returns

string[]

GetValue()

public override object GetValue()

Returns

object

PreProcess(TextCommandCallingArgs)

public override void PreProcess(TextCommandCallingArgs args)

Parameters

args TextCommandCallingArgs

SetValue(object)

Used by the async system

public override void SetValue(object data)

Parameters

data object

TryProcess(TextCommandCallingArgs, Action<AsyncParseResults>)

Parse the args.

public override EnumParseResult TryProcess(TextCommandCallingArgs args, Action<AsyncParseResults> onReady = null)

Parameters

args TextCommandCallingArgs
onReady Action<AsyncParseResults>

Only needs to be called when returning Deferred as parseresult

Returns

EnumParseResult