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

    枚举 StructureSaveMode

    Specifies how a structure should be saved.

    索引

    枚举成员

    枚举成员

    Memory: "Memory"

    The structure will be temporarily saved to memory. The structure will persist until the world is shut down.

    World: "World"

    The structure will be saved to the world file and persist between world loads. A saved structure can be removed from the world via @minecraft/server.StructureManager.delete.