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

    接口 TransferPlayerIpPortOptions

    Options when transferring a player to a server that supports direct host/port connections.

    interface TransferPlayerIpPortOptions {
        hostname: string;
        port: number;
    }
    索引

    属性

    属性

    hostname: string

    Hostname of the destination server.

    port: number

    Port of the destination server.