Skip to content

Enum StringArgumentType.StringType

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

Specifies how a string argument consumes input.

public enum StringArgumentType.StringType

Extension Methods

StructExtensions.IsDefault<StringArgumentType.StringType>(StringArgumentType.StringType)

Fields

GreedyPhrase = 2

Consume the complete remaining input without unescaping it.

QuotablePhrase = 1

Consume a quoted phrase or one unquoted token.

SingleWord = 0

Consume one unquoted token.