diff options
| author | mat <github@matdoes.dev> | 2022-10-23 14:46:06 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-10-23 14:46:06 -0500 |
| commit | a9ff79a10553026b0fa32f0e31f1e0442467ca78 (patch) | |
| tree | 5ecda41c72d2202faeb70cda08aae0a9f1c17675 /azalea-client/src/movement.rs | |
| parent | 127126c2cc415887395f18119404ace362d4173a (diff) | |
| download | azalea-drasl-a9ff79a10553026b0fa32f0e31f1e0442467ca78.tar.xz | |
write more documentation
Diffstat (limited to 'azalea-client/src/movement.rs')
| -rw-r--r-- | azalea-client/src/movement.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-client/src/movement.rs b/azalea-client/src/movement.rs index 85cf6bdd..93acf36f 100644 --- a/azalea-client/src/movement.rs +++ b/azalea-client/src/movement.rs @@ -155,6 +155,8 @@ impl Client { Ok(()) } + /// Makes the bot do one physics tick. Note that this is already handled + /// automatically by the client. pub fn ai_step(&mut self) { self.tick_controls(None); |
