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

    类型别名 ActionID

    All actions have a unique identifier. Identifiers are globally unique and often GUIDs

    type ActionID = {
        id: string;
    }
    索引

    属性

    属性

    id: string