index
:
azalea-drasl.git
main
Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
azalea
/
src
/
container.rs
Age
Commit message (
Expand
)
Author
10 days
azalea-brigadier now allows commands to return a Result
mat
10 days
change panicking functions in Client and EntityRef to return an AzaleaResult ...
mat
2025-12-28
add a few more functions for getting common components to Client
mat
2025-12-28
Change Client::component to return a reference (#298)
mat
2025-12-27
Move Client struct to azalea crate (#297)
mat
2025-12-23
fix broken doctest
mat
2025-12-22
add ContainerHandleRef::title
mat
2025-12-12
Refactor azalea-registry (#294)
mat
2025-12-09
Enchantments (#286)
mat
2025-12-09
move offline-mode uuid generation to azalea-crypto
mat
2025-12-09
split open_container_at to open_container_at_with_timeout_ticks to have a cle...
mat
2025-10-13
fix broken tests
mat
2025-10-12
add optional timeout for opening containers
mat
2025-10-12
upgrade deps and clean up lots of doc comments
mat
2025-09-28
upgrade bevy to 0.17.0-rc.2
mat
2025-08-15
make `handle_menu_opened_event` public (#238)
Sovenance
2025-08-12
add nearest_entity_by and improve some docs
mat
2025-06-11
take BlockPos instead of &BlockPos in all function arguments
mat
2025-06-09
replace Client::get_open_container and view_container_or_inventory with get_i...
mat
2025-06-05
wait for block to exist when calling open_container_at
mat
2025-06-04
re-enable click prediction and fix related issues
mat
2025-06-03
fix issues when pathfinding to non-full blocks and add Client::view_inventory
mat
2025-06-03
replace wait_one_tick with wait_ticks and some other api improvements
mat
2025-05-30
formatting: merge imports
mat
2025-05-30
fix clippy issues and improve formatting everywhere
mat
2025-04-17
Move login state to the ECS (#213)
mat
2025-04-04
don't require mut for functions in Client and add some more convenience funct...
mat
2025-02-22
Refactor azalea-client (#205)
mat
2025-02-22
update to rust edition 2024
mat
2024-12-19
fix incorrect packets
mat
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-10-26
group imports with rustfmt
mat
2024-10-21
Rename InventoryComponent to Inventory to match other components (#177)
Shayne Hartford
2024-01-04
rename open_container to open_container_at and add get_open_container
mat
2023-12-09
fix broken doc links
mat
2023-12-06
disable feaatures on azalea-chat by default and fix disabling simdnbt feature
mat
2023-11-18
make packet an Arc in PacketEvent
mat
2023-11-06
bevy 0.12
mat
2023-10-26
remove some unnecessary code and improve docs for Menu
mat
2023-10-21
async_fn_in_trait stabilized
mat
2023-10-10
start adding mining to pathfinder
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-09-21
1.20.2 (#99)
mat
2023-07-15
Attacking (#96)
mat
2023-07-09
Update to Bevy 0.11 (#94)
mat
2023-05-05
fix some warnings
mat
2023-05-05
rename Client::inventory to open_inventory
mat
2023-05-05
add Client::inventory
mat
2023-05-03
Inventory (#48)
mat