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

    枚举 DataDrivenScreenClosedReason预览版

    The reason why a data driven UI screen (MessageBox or CustomForm) was closed.

    索引

    枚举成员

    ClientClosed: "ClientClosed"

    The screen was closed by the client (e.g., the player dismissed it or there was a client authoritative close button).

    ServerClosed: "ServerClosed"

    The screen was closed by the server, likely by the close API.

    UserBusy: "UserBusy"

    The screen could not be shown because the player was busy with another UI interaction.