aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/bot.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-10-10 23:21:23 -0500
committermat <git@matdoes.dev>2023-10-10 23:21:23 -0500
commit9a687f0ffebad80441e036aabe14e7cf80c774d3 (patch)
tree2f6ad5a1a14cae23723550c934df395aab1733f6 /azalea/src/bot.rs
parent0297b8aacee27d9e86cea781b3751591e32df401 (diff)
downloadazalea-drasl-9a687f0ffebad80441e036aabe14e7cf80c774d3.tar.xz
start adding mining to pathfinder
Diffstat (limited to 'azalea/src/bot.rs')
-rw-r--r--azalea/src/bot.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/azalea/src/bot.rs b/azalea/src/bot.rs
index 352eda59..768ae767 100644
--- a/azalea/src/bot.rs
+++ b/azalea/src/bot.rs
@@ -44,7 +44,8 @@ impl Plugin for BotPlugin {
}
}
-/// Component for all bots.
+/// A component that clients with [`BotPlugin`] will have. If you just want to
+/// check if an entity is one of our bots, you should use [`LocalEntity`].
#[derive(Default, Component)]
pub struct Bot {
jumping_once: bool,