aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/events.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-12-24 04:37:55 +0000
committermat <git@matdoes.dev>2024-12-24 04:37:55 +0000
commit958848e8ed10c7b8a83c9faea1fac6eaac39b018 (patch)
tree9e09f0994b779db00c65c9a25168818b61724e8c /azalea-client/src/events.rs
parent30cbeecdfea4199b8f134c8394c677588ff9a2ce (diff)
downloadazalea-drasl-958848e8ed10c7b8a83c9faea1fac6eaac39b018.tar.xz
improve some docs and apis related to pathfinder
Diffstat (limited to 'azalea-client/src/events.rs')
-rw-r--r--azalea-client/src/events.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/azalea-client/src/events.rs b/azalea-client/src/events.rs
index fb8afa75..372350bb 100644
--- a/azalea-client/src/events.rs
+++ b/azalea-client/src/events.rs
@@ -58,6 +58,9 @@ pub enum Event {
/// it's actually spawned. This can be useful for setting the client
/// information with `Client::set_client_information`, so the packet
/// doesn't have to be sent twice.
+ ///
+ /// You may want to use [`Event::Login`] instead to wait for the bot to be
+ /// in the world.
Init,
/// The client is now in the world. Fired when we receive a login packet.
Login,