@minecraft/server / CustomCommandParameter
Interface: CustomCommandParameter ​
Defined in: @minecraft/server/index.d.ts:22951
Definition for each parameter expected by the custom command.
Properties ​
name ​
name:
string
Defined in: @minecraft/server/index.d.ts:22957
Remarks ​
The name of parameter as it appears on the command line.
type ​
type:
CustomCommandParamType
Defined in: @minecraft/server/index.d.ts:22963
Remarks ​
The data type of the parameter.