aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/container.rs
AgeCommit message (Expand)Author
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