aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/events.rs
AgeCommit message (Collapse)Author
2026-03-28re-export azalea-chat from azalea, and rename azalea::chat to client_chatmat
2026-03-20optimize pathfinder swarms and write perf guidemat
2026-01-28add Client::exit and Swarm::exit, and write related docsmat
2026-01-23add Event::ConnectionFailed and add more plugins by default when using ↵mat
Client::join
2026-01-13Rename Instance to World (#304)mat
2026-01-12Make Bevy dependencies optional in azalea-protocol (#303)mat
* Make Bevy dependencies optional in azalea-protocol * derive serde traits on Direction again * update docs for types that may not have Component
2025-12-28move Event and auto_reconnect to the azalea cratemat