mirror of
https://github.com/mat-1/azalea.git
synced 2024-11-03 08:04:00 +00:00
modify some docs
This commit is contained in:
parent
73091d8f93
commit
74831abbe4
2 changed files with 4 additions and 1 deletions
|
@ -93,7 +93,7 @@ impl Account {
|
|||
Self::microsoft_with_custom_client_id_and_scope(email, None, None).await
|
||||
}
|
||||
|
||||
/// Similar to [`account.microsoft()`](Self::microsoft) but you can use your
|
||||
/// Similar to [`Account::microsoft`] but you can use your
|
||||
/// own `client_id` and `scope`.
|
||||
///
|
||||
/// Pass `None` if you want to use default ones.
|
||||
|
|
|
@ -86,6 +86,9 @@ impl Client {
|
|||
}
|
||||
}
|
||||
|
||||
/// A component that simulates the client holding down left click to mine the
|
||||
/// block that it's facing, but this only interacts with blocks and not
|
||||
/// entities.
|
||||
#[derive(Component)]
|
||||
pub struct LeftClickMine;
|
||||
|
||||
|
|
Loading…
Reference in a new issue