1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
azalea/azalea-client
mat e99ae608b6 rename ChatPacket::username and uuid to sender and sender_uuid
also adds more convenience functions to Client
2025-04-04 18:24:22 -02:00
..
src rename ChatPacket::username and uuid to sender and sender_uuid 2025-04-04 18:24:22 -02:00
tests fix not replying to ping packets in config state 2025-03-27 21:28:13 +00:00
Cargo.toml Refactor azalea-client (#205) 2025-02-22 21:45:26 -06:00
README.md remove executable bit from files 2025-04-04 15:56:06 +00:00

Azalea Client

A library that can mimic everything a normal Minecraft client can do. If you want to make a bot with higher-level functions, you should use the azalea crate instead.