pub async fn join(
opts: SessionServerJoinOpts<'_>,
) -> Result<(), ClientSessionServerError>Expand description
Tell Mojang’s servers that you are going to join a multiplayer server, which is required to join online-mode servers.
pub async fn join(
opts: SessionServerJoinOpts<'_>,
) -> Result<(), ClientSessionServerError>Tell Mojang’s servers that you are going to join a multiplayer server, which is required to join online-mode servers.