diff options
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); |
