aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/client_impl
AgeCommit message (Expand)Author
10 daysazalea-brigadier now allows commands to return a Resultmat
10 dayschange panicking functions in Client and EntityRef to return an AzaleaResult ...mat
10 daysadd Client::nearest_entities and nearby_playersmat
10 daysrename PhysicsState to ClientMovementState and add utility functions for itmat
2026-03-28re-export azalea-chat from azalea, and rename azalea::chat to client_chatmat
2026-03-28add StartClientOpts::new_with_appexit_rxmat
2026-03-20doc fixesmat
2026-03-20optimize pathfinder swarms and write perf guidemat
2026-03-19implement speed effectmat
2026-02-22fix testsmat
2026-02-04fix typo in docs for sprintmat
2026-01-28add Client::exit and Swarm::exit, and write related docsmat
2026-01-23Implement SetExperience (#307)Raeders
2026-01-23add Event::ConnectionFailed and add more plugins by default when using Client...mat
2026-01-13Rename Instance to World (#304)mat
2026-01-12Make Bevy dependencies optional in azalea-protocol (#303)mat
2026-01-06fix identifier partialeq/hash and add Client::resolve_registry_keymat
2026-01-06add a few more convenience functions and update some docsmat
2026-01-01Extensible Account (#301)mat
2025-12-29fix EntityRef::is_alive being able to panic, and add EntityRef::existsmat
2025-12-28Implement `EntityRef` (#299)mat
2025-12-28add a few more functions for getting common components to Clientmat
2025-12-28Change Client::component to return a reference (#298)mat
2025-12-28move Event and auto_reconnect to the azalea cratemat
2025-12-27Move Client struct to azalea crate (#297)mat