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

    枚举 FormRejectReason

    An enum representing the reasons why a form was rejected.

    索引

    枚举成员

    MalformedResponse: "MalformedResponse"

    The form was rejected because the response from the client was malformed or could not be parsed.

    PlayerQuit: "PlayerQuit"

    The form was rejected because the player quit the game before responding.

    ServerShutdown: "ServerShutdown"

    The form was rejected because the server shut down before the player responded.