aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/container.rs
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
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-27Move Client struct to azalea crate (#297)mat
2025-12-23fix broken doctestmat
2025-12-22add ContainerHandleRef::titlemat
2025-12-12Refactor azalea-registry (#294)mat
2025-12-09Enchantments (#286)mat
2025-12-09move offline-mode uuid generation to azalea-cryptomat
2025-12-09split open_container_at to open_container_at_with_timeout_ticks to have a cle...mat
2025-10-13fix broken testsmat
2025-10-12add optional timeout for opening containersmat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-08-15make `handle_menu_opened_event` public (#238)Sovenance
2025-08-12add nearest_entity_by and improve some docsmat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-09replace Client::get_open_container and view_container_or_inventory with get_i...mat
2025-06-05wait for block to exist when calling open_container_atmat
2025-06-04re-enable click prediction and fix related issuesmat
2025-06-03fix issues when pathfinding to non-full blocks and add Client::view_inventorymat
2025-06-03replace wait_one_tick with wait_ticks and some other api improvementsmat
2025-05-30formatting: merge importsmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-04-17Move login state to the ECS (#213)mat
2025-04-04don't require mut for functions in Client and add some more convenience funct...mat
2025-02-22Refactor azalea-client (#205)mat
2025-02-22update to rust edition 2024mat
2024-12-19fix incorrect packetsmat
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2024-10-21Rename InventoryComponent to Inventory to match other components (#177)Shayne Hartford
2024-01-04rename open_container to open_container_at and add get_open_containermat
2023-12-09fix broken doc linksmat
2023-12-06disable feaatures on azalea-chat by default and fix disabling simdnbt featuremat
2023-11-18make packet an Arc in PacketEventmat
2023-11-06bevy 0.12mat
2023-10-26remove some unnecessary code and improve docs for Menumat
2023-10-21async_fn_in_trait stabilizedmat
2023-10-10start adding mining to pathfindermat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-211.20.2 (#99)mat
2023-07-15Attacking (#96)mat
2023-07-09Update to Bevy 0.11 (#94)mat
2023-05-05fix some warningsmat
2023-05-05rename Client::inventory to open_inventorymat
2023-05-05add Client::inventorymat
2023-05-03Inventory (#48)mat