From 0ec25dc45ec912bd9ef07ed9107f968de55f4a18 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 26 Sep 2025 09:26:22 -0630 Subject: don't re-export azalea::bot::*, and some doc improvements --- azalea-client/src/client.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-client/src/client.rs') diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index 98d8a3d3..2ec25dcc 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -64,13 +64,13 @@ use crate::{ player::{GameProfileComponent, PlayerInfo, retroactively_add_game_profile_component}, }; -/// `Client` has the things that a user interacting with the library will want. +/// A Minecraft client instance that can interact with the world. /// /// To make a new client, use either [`azalea::ClientBuilder`] or /// [`Client::join`]. /// /// Note that `Client` is inaccessible from systems (i.e. plugins), but you can -/// achieve everything that client can do with events. +/// achieve everything that client can do with ECS events. /// /// [`azalea::ClientBuilder`]: https://docs.rs/azalea/latest/azalea/struct.ClientBuilder.html #[derive(Clone)] -- cgit v1.2.3