argument

static RequiredArgumentBuilder<FabricClientCommandSource, Targument<T>(String name, ArgumentType<T> type)

Creates a required argument builder.

Return

the created argument builder

Parameters

name

the name of the argument

type

the type of the argument

<T>

the type of the parsed argument value

Sources

jvm source
Link copied to clipboard