@minecraft
    正在准备搜索索引...

    接口 CustomCommandParameter实验性

    Definition for each parameter expected by the custom command.

    interface CustomCommandParameter {
        name: string;
        type: CustomCommandParamType;
    }
    索引

    属性

    属性

    name: string

    The name of parameter as it appears on the command line.

    The data type of the parameter.