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

    接口 EditorStructure

    interface EditorStructure {
        storageLocation: string;
        structure: Structure;
        tags: string[];
    }
    索引

    属性

    storageLocation: string
    structure: Structure
    tags: string[]